summaryrefslogtreecommitdiffstats
path: root/sepolicy/common/netd.te
blob: 1176c05d16d5cbcb51b0e502ee73fe8a23319a39 (plain)
1
2
3
4
dontaudit netd self:capability sys_module;
#TODO: This can safely be ignored until b/62954877 is fixed
dontaudit netd kernel:system module_request;
allow netd self:bpf { map_create map_read map_write };