Blame policy/modules/apps/mplayer.te
|
Chris PeBenito |
77b81c |
|
|
Chris PeBenito |
6b19be |
policy_module(mplayer,1.1.1)
|
|
Chris PeBenito |
77b81c |
|
|
Chris PeBenito |
77b81c |
########################################
|
|
Chris PeBenito |
77b81c |
#
|
|
Chris PeBenito |
77b81c |
# Declarations
|
|
Chris PeBenito |
77b81c |
#
|
|
Chris PeBenito |
77b81c |
|
|
Chris PeBenito |
77b81c |
type mplayer_etc_t;
|
|
Chris PeBenito |
77b81c |
files_config_file(mplayer_etc_t)
|
|
Chris PeBenito |
b04ecc |
|
|
Chris PeBenito |
b04ecc |
ifdef(`strict_policy',`
|
|
Chris PeBenito |
b04ecc |
type mencoder_exec_t;
|
|
Chris PeBenito |
b04ecc |
corecmd_executable_file(mencoder_exec_t)
|
|
Chris PeBenito |
b04ecc |
|
|
Chris PeBenito |
b04ecc |
type mplayer_exec_t;
|
|
Chris PeBenito |
b04ecc |
corecmd_executable_file(mplayer_exec_t)
|
|
Chris PeBenito |
b04ecc |
')
|
|
Chris PeBenito |
b04ecc |
|
|
Chris PeBenito |
b04ecc |
ifdef(`targeted_policy',`
|
|
Chris PeBenito |
b04ecc |
unconfined_execmem_alias_program(mencoder_exec_t)
|
|
Chris PeBenito |
b04ecc |
unconfined_execmem_alias_program(mplayer_exec_t)
|
|
Chris PeBenito |
b04ecc |
')
|