23 lines
464 B
Cheetah
23 lines
464 B
Cheetah
|
|
########################################
|
|
#
|
|
# Helper macros
|
|
#
|
|
|
|
#
|
|
# shiftn(num,list...)
|
|
#
|
|
# shift the list num times
|
|
#
|
|
define(`shiftn',`ifelse($1,0,`shift($*)',`shiftn(decr($1),shift(shift($*)))')')
|
|
|
|
########################################
|
|
#
|
|
# gen_con(context,sensitivity)
|
|
#
|
|
# Optionally put the sensitivity for the file
|
|
#
|
|
define(`context_template',`ifdef(`enable_mls',`$1:$2',`$1')') dnl
|
|
|
|
define(`can_exec',`allow $1 $2:file { rx_file_perms execute_no_trans };')
|