matchpathcon - get the default SELinux security context for the specified path from the file contexts
Contents
Description
matchpathcon queries the system policy and outputs the default security context associated with the
filepath.
Note: Identical paths can have different security contexts, depending on the file type (regular file,
directory, link file, char file ...).
matchpathcon will also take the file type into consideration in determining the default security context
if the file exists. If the file does not exist, no file type matching will occur.
Example
Show the default label of sock_file cups.sock
# matchpathcon -m sock_file /var/run/cups/cups.sock
Verify that /var/www/html directory is labeled correctly (the content of the folder is not checked)
# matchpathcon -V /var/www/htmlName
matchpathcon - get the default SELinux security context for the specified path from the file contexts
configuration
Options
-mtype
Force file type for the lookup. Valid types are file, dir, pipe, chr_file, blk_file, lnk_file,
sock_file-n Do not display path
-N Do not use translations
-ffile_context_file
Use alternate file_context file
-pprefix
Use prefix to speed up translations
-Ppolicy_root_path
Use alternate policy root path
-V Verify file context on disk matches defaults
See Also
selinux(8), matchpathcon(3) dwalsh@redhat.com 21 April 2005 matchpathcon(8)
Synopsis
matchpathcon [-V] [-N] [-n] [-mtype] [-ffile_contexts_file] [-pprefix] [-Ppolicy_root_path]
filepath...