fixfiles(8) | fixfiles(8) |
fixfiles - fix file SELinux security contexts.
fixfiles [-v] [-F] [-M] [-f] [-T nthreads] relabel
fixfiles [-v] [-F] [-T nthreads] { check | restore | verify } dir/file ...
fixfiles [-v] [-F] [-B | -N time ] [-T nthreads] { check | restore | verify }
fixfiles [-v] [-F] [-T nthreads] -R rpmpackagename[,rpmpackagename...] { check | restore | verify }
fixfiles [-v] [-F] [-T nthreads] -C PREVIOUS_FILECONTEXT { check | restore | verify }
fixfiles [-F] [-M] [-B] [-T nthreads] onboot
This manual page describes the fixfiles script.
This script is primarily used to correct the security context database (extended attributes) on filesystems.
It can also be run at any time to relabel when adding support for new policy, or just check whether the file contexts are all as you expect. By default it will relabel all mounted ext2, ext3, ext4, gfs2, xfs, jfs and btrfs file systems as long as they do not have a security context mount option. You can use the -R flag to use rpmpackages as an alternative. The file /etc/selinux/fixfiles_exclude_dirs can contain a list of directories excluded from relabeling.
fixfiles onboot will setup the machine to relabel on the next reboot.
One of:
Relabel the whole filesystem, except paths listed in /etc/selinux/fixfiles_exclude_dirs # fixfiles relabel Schedule the machine to relabel on the next boot and force relabeling of customizable types # fixfiles -F onboot Check labeling of all files from the samba package (while not changing any labels) # fixfiles -R samba check
This man page was written by Richard Hally <rhally@mindspring.com>. The script was written by Dan Walsh <dwalsh@redhat.com>
setfiles(8), restorecon(8)
2002031409 |