Blame policy/modules/apps/gpg.te
|
Chris PeBenito |
b2b38c |
|
|
Chris PeBenito |
cfcf50 |
policy_module(gpg, 1.6.0)
|
|
Chris PeBenito |
b2b38c |
|
|
Chris PeBenito |
b2b38c |
########################################
|
|
Chris PeBenito |
b2b38c |
#
|
|
Chris PeBenito |
b2b38c |
# Declarations
|
|
Chris PeBenito |
b2b38c |
#
|
|
Chris PeBenito |
b2b38c |
|
|
Chris PeBenito |
a42ce9 |
## <desc>
|
|
Chris PeBenito |
a42ce9 |
##
|
|
Chris PeBenito |
a42ce9 |
## Allow usage of the gpg-agent --write-env-file option.
|
|
Chris PeBenito |
a42ce9 |
## This also allows gpg-agent to manage user files.
|
|
Chris PeBenito |
a42ce9 |
##
|
|
Chris PeBenito |
a42ce9 |
## </desc>
|
|
Chris PeBenito |
a42ce9 |
gen_tunable(gpg_agent_env_file, false)
|
|
Chris PeBenito |
a42ce9 |
|
|
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)
|