Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Security Enhanced Linux (SELinux) ====== ===== Reset to initial state ===== <code bash> setenforce 0 dnf remove selinux-policy\* rm -rf /etc/selinux/targeted /etc/selinux/config dnf install selinux-policy-targeted selinux-policy-devel policycoreutils-gui touch /.autorelabel reboot </code> ===== Commands ===== ^ disable | setenforce 0 | ^ change ssh port | semanage port -a -t ssh_port_t -p tcp 22 | ==== Samba ==== man samba_selinux Last modified: 2024-07-05 14:31