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

sestatus.conf - The sestatus(8) configuration file.

Description

The sestatus.conf file is used by the sestatus(8) command with the -v option to determine what file and process security contexts should be displayed. The fully qualified path name of the configuration file is: /etc/sestatus.conf The file consists of two optional sections as described in the FILEFORMAT section. Whether these exist or not, the following will always be displayed: The current process context The init process context The controlling terminal file context

Example

# /etc/sestatus.conf [files] /etc/passwd/etc/shadow/bin/bash/bin/login /lib/libc.so.6 /lib/ld-linux.so.2 /lib/ld.so.1 [process] /sbin/mingetty /sbin/agetty/usr/sbin/sshd

File Format

The format consists of two optional sections as follows: [files]file_name[file_name]...[process]executable_file_name[executable_file_name]... Where: [files] The start of the file list block. file_name One or more fully qualified file names, each on a new line will that will have its context displayed. If the file does not exist, then it is ignored. If the file is a symbolic link, then sestatus-v will also display the target file context. [process] The start of the process list block. executable_file_name One or more fully qualified executable file names that should it be an active process, have its context displayed. Each entry is on a new line.

Name

sestatus.conf - The sestatus(8) configuration file.

See Also

selinux(8), sestatus(8) Security Enhanced Linux 26-Nov-2011 sestatus.conf(5)

See Also