logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

GetSEBool - Control SELinux Booleans | Online Free DevTools by Hexmos

Control SELinux booleans with GetSEBool. Manage SELinux security policies and enforce system security. Free online tool, no registration required.

getsebool

Get SELinux boolean value. See also: semanage-boolean, setsebool. More information: https://manned.org/getsebool.

  • Show the current setting of a boolean:

getsebool {{httpd_can_connect_ftp}}

  • Show the current setting of [a]ll booleans:

getsebool -a

  • Show the current setting of all booleans with explanations:

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

See Also