mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
remove dontaudit dnsmasq kernel:system module_request
This was originally added due to:
avc: denied { module_request } for comm="dnsmasq" kmod="netdev-bt-pan" scontext=u:r:dnsmasq:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
in commit cd761300c1 'Allow some denials we have seen.'
This is most likely simply triggered by a race condition on attempting
to access a non existent network device 'bt-pan'.
I'll simply add the dontaudit to sepolicy/system.
Test: N/A
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I102fd2aca9f27258ff7d16fff30d0813bc77fc3d
This commit is contained in:
1
sepolicy/vendor/dnsmasq.te
vendored
1
sepolicy/vendor/dnsmasq.te
vendored
@@ -1 +0,0 @@
|
||||
dontaudit dnsmasq kernel:system module_request;
|
||||
Reference in New Issue
Block a user