mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: sepolicy: Allow logger to execute sh
This commit is contained in:
parent
94e518e04d
commit
06b0274c44
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ allow debug_daemon logcat_exec:file rx_file_perms;
|
|||
allow debug_daemon self:capability2 syslog;
|
||||
allow debug_daemon kernel:system syslog_mod;
|
||||
allow debug_daemon debug_daemon_data_file:file create_file_perms;
|
||||
allow debug_daemon shell_exec:file execute_no_trans;
|
||||
allow debug_daemon shell_exec:file execute;
|
||||
allow debug_daemon self:capability sys_nice;
|
||||
allow debug_daemon logdr_socket:sock_file write;
|
||||
allow debug_daemon logd:unix_stream_socket connectto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue