Chris PeBenito b2b38c
Chris PeBenito 1f6524
policy_module(gpg, 1.0.4)
Chris PeBenito b2b38c
Chris PeBenito b2b38c
########################################
Chris PeBenito b2b38c
#
Chris PeBenito b2b38c
# Declarations
Chris PeBenito b2b38c
#
Chris PeBenito b2b38c
Chris PeBenito b2b38c
# Type for gpg or pgp executables.
Chris PeBenito b2b38c
type gpg_exec_t;
Chris PeBenito b2b38c
type gpg_helper_exec_t;
Chris PeBenito fb63d0
corecmd_executable_file(gpg_exec_t)
Chris PeBenito fb63d0
corecmd_executable_file(gpg_helper_exec_t)
Chris PeBenito b2b38c
Chris PeBenito b2b38c
# Type for the gpg-agent executable.
Chris PeBenito b2b38c
type gpg_agent_exec_t;
Chris PeBenito fb63d0
corecmd_executable_file(gpg_agent_exec_t)
Chris PeBenito b2b38c
Chris PeBenito b2b38c
# type for the pinentry executable
Chris PeBenito b2b38c
type pinentry_exec_t;
Chris PeBenito fb63d0
corecmd_executable_file(pinentry_exec_t)