How do I remove any SELinux context or ACL?
setfacl -b
will remove the ACL on a file. setfattr -x security.selinux
will remove the SELinux file context, but you will probably have to boot with SELinux completely disabled.
setfacl -b
will remove the ACL on a file. setfattr -x security.selinux
will remove the SELinux file context, but you will probably have to boot with SELinux completely disabled.