sdm710-common: sepolicy: Fix avc denials related to debugfs_tracing_debug

Change-Id: I07967e3ad7d2b0ebedd2bf2f5b2727c935b67119
This commit is contained in:
ShevT 2023-11-10 21:38:30 +03:00 committed by CakesTwix
parent 0a16af1ebf
commit 791b9834e0
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -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;