14 lines
351 B
Plaintext
14 lines
351 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;
|
|
|
|
# Everything else is in the xauth_domain macro in
|
|
# macros/program/xauth_macros.te.
|