Layer: apps

Module: gpg

Tunables Interfaces

Description:

Policy for GNU Privacy Guard and related programs.


Tunables:

gpg_agent_env_file
Default value

false

Description

Allow usage of the gpg-agent --write-env-file option. This also allows gpg-agent to manage user files.

Return

Interfaces:

gpg_agent_domtrans_user( domain , file_type )
Summary

Transition to a user domain from gpg_agent_t

Parameters
Parameter:Description:
domain

Domain to transition to

file_type

Type of file for log data - usually a home type

gpg_domtrans( domain )
Summary

Transition to a user gpg domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

gpg_list_user_secrets( domain )
Summary

List Gnu Privacy Guard user secrets.

Parameters
Parameter:Description:
domain

Domain allowed access.

gpg_pinentry_dbus_chat( domain )
Summary

Send messages to and from GPG Pinentry over DBUS.

Parameters
Parameter:Description:
domain

Domain allowed access.

gpg_role( role , domain )
Summary

Role access for gpg

Parameters
Parameter:Description:
role

Role allowed access

domain

User domain for the role

gpg_rw_agent_pipes( domain )
Summary

Read and write GPG agent pipes.

Parameters
Parameter:Description:
domain

Domain allowed access.

gpg_signal( domain )
Summary

Send generic signals to user gpg processes.

Parameters
Parameter:Description:
domain

Domain allowed access.

run_gpg_agent( domain )
Summary

Transition to gpg_agent_t from another domain Used for ssh_agent_t to launch the gpg agent for X logins

Parameters
Parameter:Description:
domain

domain to run the gpg agent

Return