Blame strict/domains/program/mplayer.te
|
Chris PeBenito |
0fbfa5 |
#DESC mplayer - media player
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
# Author: Ivan Gyurdiev <ivg2@cornell.edu>
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Type for the mplayer executable.
|
|
Chris PeBenito |
0fbfa5 |
type mplayer_exec_t, file_type, exec_type, sysadmfile;
|
|
Chris PeBenito |
0fbfa5 |
type mencoder_exec_t, file_type, exec_type, sysadmfile;
|
|
Chris PeBenito |
0fbfa5 |
type mplayer_etc_t, file_type, sysadmfile;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Allow mplayer executable stack
|
|
Chris PeBenito |
0fbfa5 |
bool allow_mplayer_execstack false;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Everything else is in the mplayer_domain macro in
|
|
Chris PeBenito |
0fbfa5 |
# macros/program/mplayer_macros.te.
|