sdm710-common: sepolicy: Fix avc denials related to debugfs_tracing_debug
Change-Id: I07967e3ad7d2b0ebedd2bf2f5b2727c935b67119
This commit is contained in:
parent
0a16af1ebf
commit
791b9834e0
1 changed files with 2 additions and 0 deletions
2
sepolicy/vendor/init.te
vendored
2
sepolicy/vendor/init.te
vendored
|
@ -4,3 +4,5 @@ allow init logdump_partition:lnk_file relabelto;
|
||||||
allow init self:netlink_route_socket rw_socket_perms_no_ioctl;
|
allow init self:netlink_route_socket rw_socket_perms_no_ioctl;
|
||||||
allow init self:rawip_socket create_socket_perms_no_ioctl;
|
allow init self:rawip_socket create_socket_perms_no_ioctl;
|
||||||
allow init socket_device:sock_file { unlink setattr create };
|
allow init socket_device:sock_file { unlink setattr create };
|
||||||
|
|
||||||
|
allow init debugfs_tracing_debug:dir mounton;
|
||||||
|
|
Loading…
Reference in a new issue