Blame strict/domains/program/xserver.te
|
Chris PeBenito |
0fbfa5 |
#DESC XServer - X Server
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
# Authors: Stephen Smalley <sds@epoch.ncsc.mil> and Timothy Fraser
|
|
Chris PeBenito |
0fbfa5 |
# X-Debian-Packages: xserver-common xserver-xfree86
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Type for the executable used to start the X server, e.g. Xwrapper.
|
|
Chris PeBenito |
0fbfa5 |
type xserver_exec_t, file_type, sysadmfile, exec_type;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Type for the X server log file.
|
|
Chris PeBenito |
0fbfa5 |
type xserver_log_t, file_type, sysadmfile, logfile;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# type for /var/lib/xkb
|
|
Chris PeBenito |
2705f9 |
type xkb_var_lib_t, file_type, sysadmfile, usercanread;
|
|
Chris PeBenito |
2705f9 |
typealias xkb_var_lib_t alias var_lib_xkb_t;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Everything else is in the xserver_domain macro in
|
|
Chris PeBenito |
0fbfa5 |
# macros/program/xserver_macros.te.
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
2705f9 |
allow initrc_t xserver_log_t:fifo_file { read write };
|