# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrCannotInstallModule is an error installing a SELinux module.
ErrCannotRemoveModule is an error removing a SELinux module.
ErrCommit is an error when committing the changes to the SELinux policy.
ErrHandleCreate is an error when getting a handle to semanage.
ErrList is an error listing the SELinux modules.
ErrNilHandle would happen if you initialized the Handler without the using the `NewSemanageHandler` function or without initializing the underlying semanage handler.
ErrSELinuxDBConnect is an error to connect to the SELinux database.
# Interfaces
Handler implements an interface to interact with SELinux modules.