2006-03-09 20:28:51 +00:00
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
policy_module(mplayer, 1.5.0)
|
2006-03-09 20:28:51 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
2007-03-26 18:41:45 +00:00
|
|
|
## <desc>
|
|
|
|
## <p>
|
|
|
|
## Allow mplayer executable stack
|
|
|
|
## </p>
|
|
|
|
## </desc>
|
2008-07-23 21:38:39 +00:00
|
|
|
gen_tunable(allow_mplayer_execstack, false)
|
2007-10-02 16:04:50 +00:00
|
|
|
|
|
|
|
type mencoder_exec_t;
|
|
|
|
application_executable_file(mencoder_exec_t)
|
2007-03-26 18:41:45 +00:00
|
|
|
|
2006-03-09 20:28:51 +00:00
|
|
|
type mplayer_etc_t;
|
|
|
|
files_config_file(mplayer_etc_t)
|
2006-10-18 17:31:14 +00:00
|
|
|
|
2007-10-02 16:04:50 +00:00
|
|
|
type mplayer_exec_t;
|
|
|
|
corecmd_executable_file(mplayer_exec_t)
|
|
|
|
application_executable_file(mplayer_exec_t)
|