sdm710-common: sepolicy: Allow network_stack to read net psched
[ 16.649254] type=1400 audit(1664029505.494:14): avc: granted { read } for comm=rkstack.process name=psched dev=proc ino=4026532010 scontext=u:r:network_stack:s0 tcontext=u:object_r:proc_net:s0 tclass=file [ 16.649335] type=1400 audit(1664029505.494:15): avc: granted { read open } for comm=rkstack.process path=/proc/2172/net/psched dev=proc ino=4026532010 scontext=u:r:network_stack:s0 tcontext=u:object_r:proc_net:s0 tclass=file [ 16.649367] type=1400 audit(1664029505.494:16): avc: granted { getattr } for comm=rkstack.process path=/proc/2172/net/psched dev=proc ino=4026532010 scontext=u:r:network_stack:s0 tcontext=u:object_r:proc_net:s0 tclass=file Change-Id: Iee08bc43122ca6aedce39fd2a27980c90a6b42f1
This commit is contained in:
parent
e1d1fd9a55
commit
ef80583f34
1 changed files with 1 additions and 0 deletions
1
sepolicy/private/network_stack.te
Normal file
1
sepolicy/private/network_stack.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow network_stack proc_net:file rw_file_perms;
|
Loading…
Reference in a new issue