add can_exec

This commit is contained in:
Chris PeBenito 2005-06-09 23:06:07 +00:00
parent 1b8d67d157
commit e3fd778b8f

View File

@ -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 };')