Blame strict/domains/program/gpg-agent.te
|
Chris PeBenito |
0fbfa5 |
#DESC gpg-agent - agent to securely store gpg-keys
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
# Author: Thomas Bleher <ThomasBleher@gmx.de>
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Type for the gpg-agent executable.
|
|
Chris PeBenito |
0fbfa5 |
type gpg_agent_exec_t, file_type, exec_type, sysadmfile;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# type for the pinentry executable
|
|
Chris PeBenito |
0fbfa5 |
type pinentry_exec_t, file_type, exec_type, sysadmfile;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Everything else is in the gpg_agent_domain macro in
|
|
Chris PeBenito |
0fbfa5 |
# macros/program/gpg_agent_macros.te.
|