Skip to content

Instantly share code, notes, and snippets.

@RyanThompson
Created February 2, 2016 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanThompson/88029eb17c6e058a5c32 to your computer and use it in GitHub Desktop.
Save RyanThompson/88029eb17c6e058a5c32 to your computer and use it in GitHub Desktop.
#! Disable selinux first.
cd /
find . -print0 | xargs -0 -n 1 setfattr -h -x security.selinux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment