Blame policy/modules/apps/gpg.te
|
Chris PeBenito |
b2b38c |
|
|
Chris PeBenito |
d46cfe |
policy_module(gpg, 1.3.1)
|
|
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 |
d46cfe |
application_executable_file(gpg_exec_t)
|
|
Chris PeBenito |
d46cfe |
application_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 |
d46cfe |
application_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 |
d46cfe |
application_executable_file(pinentry_exec_t)
|