2005-04-29 17:45:15 +00:00
|
|
|
#DESC GPG - Gnu Privacy Guard (PGP replacement)
|
|
|
|
#
|
|
|
|
# Authors: Russell Coker <russell@coker.com.au>
|
|
|
|
# X-Debian-Packages: gnupg
|
|
|
|
#
|
|
|
|
|
|
|
|
# Type for gpg or pgp executables.
|
|
|
|
type gpg_exec_t, file_type, sysadmfile, exec_type;
|
|
|
|
type gpg_helper_exec_t, file_type, sysadmfile, exec_type;
|
|
|
|
|
2005-09-19 21:17:45 +00:00
|
|
|
allow sysadm_gpg_t { home_root_t user_home_dir_type }:dir search;
|
2005-04-29 17:45:15 +00:00
|
|
|
allow sysadm_gpg_t ptyfile:chr_file rw_file_perms;
|
|
|
|
|
|
|
|
# Everything else is in the gpg_domain macro in
|
|
|
|
# macros/program/gpg_macros.te.
|