mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: fixup sepolicy neverallows
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
8fcc87eaf2
commit
667610e1fb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
type debug_daemon, domain, mlstrustedsubject;
|
||||
type debug_daemon, domain, vendor_executes_system_violators;
|
||||
type debug_daemon_exec, exec_type, file_type, vendor_file_type;
|
||||
init_daemon_domain(debug_daemon)
|
||||
type debug_daemon_data_file, file_type, data_file_type;
|
||||
|
|
@ -6,5 +6,5 @@ type debug_daemon_data_file, file_type, data_file_type;
|
|||
allow debug_daemon debug_daemon_data_file:dir rw_dir_perms;
|
||||
allow debug_daemon debug_daemon_data_file:file rw_file_perms;
|
||||
allow debug_daemon proc_kmsg:file r_file_perms;
|
||||
allow debug_daemon logcat_exec rx_file_perms;
|
||||
allow debug_daemon logcat_exec:file rx_file_perms;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue