selinux:check_that_selinux_is_not_denying_actions
Differences
This shows you the differences between two versions of the page.
selinux:check_that_selinux_is_not_denying_actions [2016/07/11 10:40] – created peter | selinux:check_that_selinux_is_not_denying_actions [2019/12/04 20:17] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== SELinux - Check that SELinux is not denying actions ===== | ||
- | |||
- | Type the following command to confirm that SELinux did not deny actions during the reboot: | ||
- | |||
- | <code bash> | ||
- | grep " | ||
- | </ | ||
- | |||
- | If you get any output/ | ||
- | |||
- | <code bash> | ||
- | restorecon -Rv -n /home | ||
- | </ | ||
- | |||
- | You can run this on root (/) file system too: | ||
- | |||
- | <code bash> | ||
- | restorecon -Rv -n / | ||
- | </ | ||
- | |||
- | Do not skip this step. Type the following commands: | ||
- | |||
- | <code bash> | ||
- | # touch / | ||
- | # reboot | ||
- | </ | ||
- | |||
- | It will take some time to relabel the complete filesystem. | ||
- | |||
- | <code bash> | ||
- | # init 1 | ||
- | # genhomedircon | ||
- | # touch / | ||
- | # reboot | ||
- | </ | ||
selinux/check_that_selinux_is_not_denying_actions.1468233639.txt.gz · Last modified: 2020/07/15 09:30 (external edit)