logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage SELinux Booleans - Control Security Settings | Online Free DevTools by Hexmos

Control SELinux boolean settings with semanage-boolean. Manage persistent security configurations using this powerful command-line tool. Free online tool, no registration required.

semanage-boolean

Manage persistent SELinux boolean settings. See also: semanage for managing SELinux policies, getsebool for checking boolean values, and setsebool for applying non-persistent boolean settings. More information: https://manned.org/semanage-boolean.

  • List all booleans settings:

sudo semanage boolean {{[-l|--list]}}

  • List all user-defined boolean settings without headings:

sudo semanage boolean {{[-l|--list]}} {{[-C|--locallist]}} {{[-n|--noheading]}}

  • Set or unset a boolean persistently:

sudo semanage boolean {{[-m|--modify]}} {{-1|--on|-0|--off}} {{haproxy_connect_any}}

See Also