Skip to content

Instantly share code, notes, and snippets.

@mmaedler
Created October 27, 2014 16:44
Show Gist options
  • Save mmaedler/da1545eb4aceef3d798d to your computer and use it in GitHub Desktop.
Save mmaedler/da1545eb4aceef3d798d to your computer and use it in GitHub Desktop.
Mac Yosemite Turn off sandboxing for Cups/Non-Generic Printer drivers
sudo sh -c 'echo "Sandboxing Off" >> /etc/cups/cups-files.conf'
sudo launchctl stop org.cups.cupsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment