am a893edae
: Remove execmod access to system_file and exec_type.
* commit 'a893edae3716b33be62edf1b5f3336e6f6bb251b': Remove execmod access to system_file and exec_type.
This commit is contained in:
commit
f173a510fb
1 changed files with 2 additions and 2 deletions
|
@ -61,10 +61,10 @@ allow unconfineddomain {
|
|||
-app_data_file
|
||||
}:{ dir lnk_file sock_file fifo_file } ~relabelto;
|
||||
allow unconfineddomain exec_type:dir r_dir_perms;
|
||||
allow unconfineddomain exec_type:file { r_file_perms execute execmod };
|
||||
allow unconfineddomain exec_type:file { r_file_perms execute };
|
||||
allow unconfineddomain exec_type:lnk_file r_file_perms;
|
||||
allow unconfineddomain system_file:dir r_dir_perms;
|
||||
allow unconfineddomain system_file:file { r_file_perms execute execmod };
|
||||
allow unconfineddomain system_file:file { r_file_perms execute };
|
||||
allow unconfineddomain system_file:lnk_file r_file_perms;
|
||||
allow unconfineddomain {
|
||||
fs_type
|
||||
|
|
Loading…
Reference in a new issue