Search code examples
fileshellscriptingfile-attributesxattr

remove extended attribute : fails


From a shell script, I'm trying to remove extended attribute

setfattr -x security.selinux file.txt

The file.txt has mode 777, but im getting "permission denied error".

How can I fix this?


Solution

  • It is likely that the user will need to run your script using sudo.