mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
LG8n: sepolicy: Address bip denials
06-28 19:04:00.929 1151 1151 I auditd : type=1400 audit(0.0:59): avc: denied { read } for comm=bip name=u:object_r:net_dns_prop:s0 dev=tmpfs ino=234 scontext=u:r:bip:s0 tcontext=u:object_r:net_dns_prop:s0 tclass=file permissive=0 06-28 19:04:00.913 1 1 I auditd : type=1400 audit(0.0:57): avc: denied { create } for comm=init name=bip_socket scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=0 Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
78f4aad150
commit
cb650b4462
2
sepolicy/vendor/bip.te
vendored
Normal file
2
sepolicy/vendor/bip.te
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
get_prop(bip, net_dns_prop)
|
||||||
|
allow bip socket_device:sock_file create;
|
Loading…
Reference in a new issue