summaryrefslogtreecommitdiff
path: root/common/sepolicy/netd.te (plain)
blob: 9361eafe28d5836cea8746426101509011e2d6a3
1allow netd kernel:system module_request;
2allow netd self:capability sys_module;
3
4allow netd servicemanager:binder call;
5
6allow netd proc_net:dir { write add_name };
7allow netd proc_net:file { create };
8
9allow netd rootfs:lnk_file { getattr };
10allow netd self:capability sys_nice;
11