selinux-policy/policy/modules/apps/mplayer.te

33 lines
582 B
Plaintext
Raw Normal View History

2006-03-09 20:28:51 +00:00
2007-07-19 18:57:48 +00:00
policy_module(mplayer,1.2.1)
2006-03-09 20:28:51 +00:00
########################################
#
# Declarations
#
ifdef(`strict_policy',`
## <desc>
## <p>
## Allow mplayer executable stack
## </p>
## </desc>
gen_tunable(allow_mplayer_execstack,false)
')
2006-03-09 20:28:51 +00:00
type mplayer_etc_t;
files_config_file(mplayer_etc_t)
ifdef(`strict_policy',`
type mencoder_exec_t;
2007-07-19 18:57:48 +00:00
application_executable_file(mencoder_exec_t)
type mplayer_exec_t;
2007-07-19 18:57:48 +00:00
application_executable_file(mplayer_exec_t)
')
ifdef(`targeted_policy',`
unconfined_execmem_alias_program(mencoder_exec_t)
unconfined_execmem_alias_program(mplayer_exec_t)
')