Layer: contrib

Module: oddjob

Interfaces

Description:

Oddjob provides a mechanism by which unprivileged applications can request that specified privileged operations be performed on their behalf.


Interfaces:

oddjob_dbus_chat( domain )
Summary

Send and receive messages from oddjob over dbus.

Parameters
Parameter:Description:
domain

Domain allowed access.

oddjob_domtrans( domain )
Summary

Execute a domain transition to run oddjob.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

oddjob_domtrans_mkhomedir( domain )
Summary

Execute a domain transition to run oddjob_mkhomedir.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

oddjob_dontaudit_rw_fifo_file( domain )
Summary

Do not audit attempts to read and write oddjob fifo file.

Parameters
Parameter:Description:
domain

Domain to not audit.

oddjob_mkhomedir_entrypoint( domain )
Summary

Allow any oddjob_mkhomedir_exec_t to be an entrypoint of this domain

Parameters
Parameter:Description:
domain

Domain allowed access.

oddjob_ranged_domain( domain , entry_point , range )
Summary

Create a domain which can be started by init, with a range transition.

Parameters
Parameter:Description:
domain

Type to be used as a domain.

entry_point

Type of the program to be used as an entry point to this domain.

range

Range for the domain.

oddjob_run( domain , role )
Summary

Execute the oddjob program in the oddjob domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

role

Role allowed access.

oddjob_run_mkhomedir( domain , role )
Summary

Execute the oddjob_mkhomedir program in the oddjob_mkhomedir domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

role

Role allowed access.

oddjob_sigchld( domain )
Summary

Send a SIGCHLD signal to oddjob.

Parameters
Parameter:Description:
domain

Domain allowed access.

oddjob_system_entry( domain , entrypoint )
Summary

Make the specified program domain accessable from the oddjob.

Parameters
Parameter:Description:
domain

The type of the process to transition to.

entrypoint

The type of the file used as an entrypoint to this domain.

oddjob_systemctl( domain )
Summary

Execute oddjob in the oddjob domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

Return