commands.sh

restorecond

linux

Daemon that monitors file creation and automatically restores SELinux contexts. Useful for directories where files are frequently created with incorrect contexts. See also: `restorecon`, `semanage-fcontext`.

More info →

Examples (6)

Start the `restorecond` daemon

Run `restorecond` in [v]erbose mode to see restoration events

Run `restorecond` in [d]ebug mode

Use alternative `restorecond.conf` file

sudo restorecond -f restorecond_file

Check the status of the restorecond service

Enable restorecond to start at boot

made by @shridhargupta | data from tldr-pages