Blame mls/domains/program/gpg.te
|
Chris PeBenito |
31b7c0 |
#DESC GPG - Gnu Privacy Guard (PGP replacement)
|
|
Chris PeBenito |
31b7c0 |
#
|
|
Chris PeBenito |
31b7c0 |
# Authors: Russell Coker <russell@coker.com.au>
|
|
Chris PeBenito |
31b7c0 |
# X-Debian-Packages: gnupg
|
|
Chris PeBenito |
31b7c0 |
#
|
|
Chris PeBenito |
31b7c0 |
|
|
Chris PeBenito |
31b7c0 |
# Type for gpg or pgp executables.
|
|
Chris PeBenito |
31b7c0 |
type gpg_exec_t, file_type, sysadmfile, exec_type;
|
|
Chris PeBenito |
31b7c0 |
type gpg_helper_exec_t, file_type, sysadmfile, exec_type;
|
|
Chris PeBenito |
31b7c0 |
|
|
Chris PeBenito |
31b7c0 |
allow sysadm_gpg_t { home_root_t user_home_dir_type }:dir search;
|
|
Chris PeBenito |
31b7c0 |
allow sysadm_gpg_t ptyfile:chr_file rw_file_perms;
|
|
Chris PeBenito |
31b7c0 |
|
|
Chris PeBenito |
31b7c0 |
# Everything else is in the gpg_domain macro in
|
|
Chris PeBenito |
31b7c0 |
# macros/program/gpg_macros.te.
|