universal7885: sepolicy: Allow logger to execute sh

This commit is contained in:
Soo-Hwan Na 2022-03-31 17:46:00 +09:00 committed by GitHub
commit 06b0274c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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