14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
#DESC screen - Program to detach sessions
|
|
#
|
|
# X-Debian-Packages: screen
|
|
# Domains for the screen program.
|
|
|
|
#
|
|
# screen_exec_t is the type of the screen executable.
|
|
#
|
|
type screen_exec_t, file_type, sysadmfile, exec_type;
|
|
type screen_dir_t, file_type, sysadmfile, pidfile;
|
|
|
|
# Everything else is in the screen_domain macro in
|
|
# macros/program/screen_macros.te.
|