add can_exec
This commit is contained in:
parent
1b8d67d157
commit
e3fd778b8f
@ -18,3 +18,5 @@ define(`shiftn',`ifelse($1,0,`shift($*)',`shiftn(decr($1),shift(shift($*)))')')
|
||||
# Optionally put the sensitivity for the file
|
||||
#
|
||||
define(`context_template',`ifdef(`enable_mls',`$1:$2',`$1')') dnl
|
||||
|
||||
define(`can_exec',`allow $1 $2:file { getattr read execute execute_no_trans };')
|
||||
|
Loading…
Reference in New Issue
Block a user