25 lines
435 B
Plaintext
25 lines
435 B
Plaintext
|
|
policy_module(mplayer, 1.5.0)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
## <desc>
|
|
## <p>
|
|
## Allow mplayer executable stack
|
|
## </p>
|
|
## </desc>
|
|
gen_tunable(allow_mplayer_execstack, false)
|
|
|
|
type mencoder_exec_t;
|
|
application_executable_file(mencoder_exec_t)
|
|
|
|
type mplayer_etc_t;
|
|
files_config_file(mplayer_etc_t)
|
|
|
|
type mplayer_exec_t;
|
|
corecmd_executable_file(mplayer_exec_t)
|
|
application_executable_file(mplayer_exec_t)
|