fix can_exec

This commit is contained in:
Chris PeBenito 2005-06-10 01:00:48 +00:00
parent e1db6e9d0d
commit 24040829d0

View File

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