fix can_exec
This commit is contained in:
parent
e1db6e9d0d
commit
24040829d0
@ -19,4 +19,4 @@ define(`shiftn',`ifelse($1,0,`shift($*)',`shiftn(decr($1),shift(shift($*)))')')
|
||||
#
|
||||
define(`context_template',`ifdef(`enable_mls',`$1:$2',`$1')') dnl
|
||||
|
||||
define(`can_exec',`allow $1 $2:file { getattr read execute execute_no_trans };')
|
||||
define(`can_exec',`allow $1 $2:file { rx_file_perms execute_no_trans };')
|
||||
|
Loading…
Reference in New Issue
Block a user