14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
#DESC gpg-agent - agent to securely store gpg-keys
|
|
#
|
|
# Author: Thomas Bleher <ThomasBleher@gmx.de>
|
|
#
|
|
|
|
# Type for the gpg-agent executable.
|
|
type gpg_agent_exec_t, file_type, exec_type, sysadmfile;
|
|
|
|
# type for the pinentry executable
|
|
type pinentry_exec_t, file_type, exec_type, sysadmfile;
|
|
|
|
# Everything else is in the gpg_agent_domain macro in
|
|
# macros/program/gpg_agent_macros.te.
|