selinux-policy/strict/domains/program/xauth.te
2005-04-29 17:45:15 +00:00

16 lines
427 B
Plaintext

#DESC Xauth - X authority file utility
#
# Domains for the xauth program.
# X-Debian-Packages: xbase-clients
# Author: Russell Coker <russell@coker.com.au>
#
# xauth_exec_t is the type of the xauth executable.
#
type xauth_exec_t, file_type, sysadmfile, exec_type;
file_type_auto_trans(sysadm_xauth_t, staff_home_dir_t, staff_home_xauth_t)
# Everything else is in the xauth_domain macro in
# macros/program/xauth_macros.te.