Layer: contrib

Module: portage

Tunables Interfaces

Description:

Portage Package Management System. The primary package management and distribution system for Gentoo.


Tunables:

portage_use_nfs
Default value

false

Description

Allow the portage domains to use NFS mounts (regular nfs_t)

Return

Interfaces:

portage_compile_domain( domain )
Summary

Template for portage sandbox.

Description

Template for portage sandbox. Portage does all compiling in the sandbox.

Parameters
Parameter:Description:
domain

Domain Allowed Access

portage_domtrans( domain )
Summary

Execute emerge in the portage domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

portage_domtrans_fetch( domain )
Summary

Execute tree management functions (fetching, layman, ...) in the portage_fetch_t domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

portage_domtrans_gcc_config( domain )
Summary

Execute gcc-config in the gcc_config domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

portage_dontaudit_rw_tmp_files( domain )
Summary

Do not audit attempts to read and write the portage temporary files.

Parameters
Parameter:Description:
domain

Domain to not audit.

portage_dontaudit_search_tmp( domain )
Summary

Do not audit attempts to search the portage temporary directories.

Parameters
Parameter:Description:
domain

Domain to not audit.

portage_dontaudit_use_fds( domain )
Summary

Do not audit attempts to use portage file descriptors.

Parameters
Parameter:Description:
domain

Domain to not audit.

portage_run( domain , role )
Summary

Execute emerge in the portage domain, and allow the specified role the portage domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

role

The role to allow the portage domain.

portage_run_fetch( domain , role )
Summary

Execute tree management functions (fetching, layman, ...) in the portage_fetch_t domain, and allow the specified role the portage_fetch_t domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

role

The role to allow the portage_fetch domain.

portage_run_gcc_config( domain , role )
Summary

Execute gcc-config in the gcc_config domain, and allow the specified role the gcc_config domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

role

The role to allow the gcc_config domain.

Return