2005-05-05 21:40:32 +00:00
|
|
|
|
2007-06-29 14:48:13 +00:00
|
|
|
policy_module(gpg, 1.3.0)
|
2005-05-05 21:40:32 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
|
|
|
# Type for gpg or pgp executables.
|
|
|
|
type gpg_exec_t;
|
|
|
|
type gpg_helper_exec_t;
|
2006-04-19 21:43:02 +00:00
|
|
|
corecmd_executable_file(gpg_exec_t)
|
|
|
|
corecmd_executable_file(gpg_helper_exec_t)
|
2005-05-05 21:40:32 +00:00
|
|
|
|
|
|
|
# Type for the gpg-agent executable.
|
|
|
|
type gpg_agent_exec_t;
|
2006-04-19 21:43:02 +00:00
|
|
|
corecmd_executable_file(gpg_agent_exec_t)
|
2005-05-05 21:40:32 +00:00
|
|
|
|
|
|
|
# type for the pinentry executable
|
|
|
|
type pinentry_exec_t;
|
2006-04-19 21:43:02 +00:00
|
|
|
corecmd_executable_file(pinentry_exec_t)
|