More phhsu perms
This commit is contained in:
parent
705afa376d
commit
53df615cca
@ -91,11 +91,11 @@ allow phhsu_daemon dex2oat_exec:file rx_file_perms;
|
|||||||
|
|
||||||
allow phhsu_daemon phhsu_daemon_tmpfs:file rwx_file_perms;
|
allow phhsu_daemon phhsu_daemon_tmpfs:file rwx_file_perms;
|
||||||
|
|
||||||
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:file { rwx_file_perms create mounton setattr getattr relabelto relabelfrom };
|
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:file { rwx_file_perms create mounton setattr getattr relabelto relabelfrom unlink rename };
|
||||||
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:lnk_file { rw_file_perms create mounton setattr getattr relabelto relabelfrom };
|
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:lnk_file { rw_file_perms create mounton setattr getattr relabelto relabelfrom unlink rename};
|
||||||
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:dir { rw_dir_perms create mounton setattr getattr relabelto relabelfrom };
|
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:dir { rw_dir_perms create mounton setattr getattr relabelto relabelfrom unlink rename};
|
||||||
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:chr_file rwx_file_perms;
|
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:chr_file { rwx_file_perms unlink rename};
|
||||||
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:blk_file { rw_file_perms create };
|
allow phhsu_daemon { proc_type dev_type exec_type file_type sysfs_type fs_type phhsu_daemon }:blk_file { rw_file_perms create unlink rename};
|
||||||
|
|
||||||
allow phhsu_daemon device:file rwx_file_perms;
|
allow phhsu_daemon device:file rwx_file_perms;
|
||||||
allow phhsu_daemon device:dir rw_dir_perms;
|
allow phhsu_daemon device:dir rw_dir_perms;
|
||||||
@ -123,7 +123,7 @@ allow phhsu_daemon tombstoned:unix_stream_socket { connectto };
|
|||||||
allow phhsu_daemon { property_data_file data_file_type tmpfs }:file create_file_perms;
|
allow phhsu_daemon { property_data_file data_file_type tmpfs }:file create_file_perms;
|
||||||
allow phhsu_daemon { property_data_file data_file_type tmpfs }:dir create_dir_perms;
|
allow phhsu_daemon { property_data_file data_file_type tmpfs }:dir create_dir_perms;
|
||||||
|
|
||||||
allow phhsu_daemon fs_type:filesystem { mount remount unmount associate };
|
allow phhsu_daemon { tmpfs fs_type }:filesystem { mount remount unmount associate };
|
||||||
|
|
||||||
allow phhsu_daemon phhsu_daemon:file relabelfrom;
|
allow phhsu_daemon phhsu_daemon:file relabelfrom;
|
||||||
|
|
||||||
@ -139,3 +139,4 @@ allow phhsu_daemon self:{ netlink_tcpdiag_socket } { create_socket_perms nlmsg_w
|
|||||||
allow phhsu_daemon file_type:file create_file_perms;
|
allow phhsu_daemon file_type:file create_file_perms;
|
||||||
allow phhsu_daemon file_type:dir create_dir_perms;
|
allow phhsu_daemon file_type:dir create_dir_perms;
|
||||||
|
|
||||||
|
allow phhsu_daemon domain:process { transition };
|
||||||
|
Loading…
Reference in New Issue
Block a user