Merge "toolbox.te: remove unneeded FS_IOC_FS[GS]ETXATTR permission"
This commit is contained in:
commit
74e65cb878
1 changed files with 2 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
# Any toolbox command run by init.
|
||||
# At present, the only known usage is for running mkswap via fs_mgr.
|
||||
# Do NOT use this domain for toolbox when run by any other domain.
|
||||
type toolbox, domain;
|
||||
type toolbox_exec, system_file_type, exec_type, file_type;
|
||||
|
@ -28,11 +27,6 @@ allow toolbox system_data_root_file:dir { remove_name write };
|
|||
allow toolbox system_data_file:dir { rmdir rw_dir_perms };
|
||||
allow toolbox system_data_file:file { getattr unlink };
|
||||
|
||||
# chattr +F and chattr +P /data/media in init
|
||||
# chattr +F /data/media in init
|
||||
allow toolbox media_rw_data_file:dir { r_dir_perms setattr };
|
||||
allowxperm toolbox media_rw_data_file:dir ioctl {
|
||||
FS_IOC_FSGETXATTR
|
||||
FS_IOC_FSSETXATTR
|
||||
FS_IOC_GETFLAGS
|
||||
FS_IOC_SETFLAGS
|
||||
};
|
||||
allowxperm toolbox media_rw_data_file:dir ioctl { FS_IOC_SETFLAGS FS_IOC_GETFLAGS };
|
||||
|
|
Loading…
Reference in a new issue