Forrest logo
back to context overview

semanage

List of commands for semanage:

  • semanage:tldr:0ca59 semanage: Take a set of commands from a specified file and load them in a single transaction.
    $ semanage -S ${store} -i ${path-to-input_file}
    try on your machine
    explain this command
  • semanage:tldr:3da67 semanage: Output local customizations.
    $ semanage -S ${store} -o ${path-to-output_file}
    try on your machine
    explain this command
  • semanage:tldr:4b182 semanage: Manage policy modules.
    $ semanage module -S ${store} ${select} ${select1} ${module_name}
    try on your machine
    explain this command
  • semanage:tldr:4ca22 semanage: Manage booleans. Booleans allow the administrator to modify the confinement of processes based on the current configuration.
    $ semanage boolean -S ${store} ${select} ${select1} -F ${select2}
    try on your machine
    explain this command
  • semanage:tldr:e8762 semanage: Disable/Enable dontaudit rules in policy.
    $ semanage dontaudit -S ${store} ${select}
    try on your machine
    explain this command
back to context overview