Skip to main content

SELinux: Notes

SELinux Logo - Source: https://en.wikipedia.org/wiki/File:SELinux_logo.svg

SELinux stands for Security-Enhanced Linux.

SELinux on github: https://github.com/SELinuxProject/selinux

sestatus : Get SELinux status
getenforce : get the current mode of SELinux
[tuyen@g73jh ~]$ sestatus
SELinux status:                 enabled
SELinuxfs mount:                /sys/fs/selinux
SELinux root directory:         /etc/selinux
Loaded policy name:             targeted
Current mode:                   enforcing
Mode from config file:          enforcing
Policy MLS status:              enabled
Policy deny_unknown status:     allowed
Memory protection checking:     actual (secure)
Max kernel policy version:      32
[tuyen@g73jh ~]$
[tuyen@g73jh ~]$ getenforce
Enforcing
[tuyen@g73jh ~]$

Popular posts from this blog

IIS: Delete cached files on server running IIS

Delete cached files on server running IIS When changing css, javascript files, check to delete if IIS still caches old files in the default folder C:\inetpub\temp\IIS Temporary Compressed Files\<sitename>\$^_gzip_D^\ Apply to: IIS 8.5

Linux command: du - disk usage

Where have all my storage gone? du summarize disk usage of the set of FILEs, recursively for directories.

ManageEngine ServiceDesk Plus - Reset password

Let's reset the default administrator's password to 'admin'