mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-01-30 03:12:51 +00:00
22 lines
446 B
Plaintext
22 lines
446 B
Plaintext
|
|
policy_module(gpg, 1.0.3)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
# Type for gpg or pgp executables.
|
|
type gpg_exec_t;
|
|
type gpg_helper_exec_t;
|
|
corecmd_executable_file(gpg_exec_t)
|
|
corecmd_executable_file(gpg_helper_exec_t)
|
|
|
|
# Type for the gpg-agent executable.
|
|
type gpg_agent_exec_t;
|
|
corecmd_executable_file(gpg_agent_exec_t)
|
|
|
|
# type for the pinentry executable
|
|
type pinentry_exec_t;
|
|
corecmd_executable_file(pinentry_exec_t)
|