mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: address logcat exec denials
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
3b84359b35
commit
b298ccb96f
1 changed files with 4 additions and 0 deletions
|
|
@ -10,4 +10,8 @@ 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 vendor_shell_exec:file execute_no_trans;
|
||||
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