Blame strict/domains/program/games.te
|
Chris PeBenito |
0fbfa5 |
#DESC Games - Miscellaneous games
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
# Author: Russell Coker <russell@coker.com.au>
|
|
Chris PeBenito |
0fbfa5 |
# X-Debian-Packages: bsdgames
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# type for shared data from games
|
|
Chris PeBenito |
0fbfa5 |
type games_data_t, file_type, sysadmfile;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# domain games_t is for system operation of games, generic games daemons and
|
|
Chris PeBenito |
0fbfa5 |
# games recovery scripts, also defines games_exec_t
|
|
Chris PeBenito |
0fbfa5 |
daemon_domain(games,,nosysadm)
|
|
Chris PeBenito |
0fbfa5 |
rw_dir_create_file(games_t, games_data_t)
|
|
Chris PeBenito |
0fbfa5 |
r_dir_file(initrc_t, games_data_t)
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Everything else is in the x_client_domain macro in
|
|
Chris PeBenito |
0fbfa5 |
# macros/program/x_client_macros.te.
|