Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rustyrazorblade/b1dfc95db126a7aeab88b2c23295b7dd to your computer and use it in GitHub Desktop.
Save rustyrazorblade/b1dfc95db126a7aeab88b2c23295b7dd to your computer and use it in GitHub Desktop.
cat > ./policy-rc.d << EOF
#!/bin/sh
echo "All runlevel operations denied by policy" >&2
exit 101
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment