tg-z / web-clip

25 stars 5 forks source link

MacOS Sierra: Enable/Disable System Integrity Protection - Technipages #1070

Open tg-z opened 4 years ago

tg-z commented 4 years ago

When trying to perform certain operations in MacOS Sierra, you may receive a message that states  “Operation not permitted while System Integrity Protection is engaged.

System Integrity Protection is enabled by default to not allow root access to change certain resources. You can turn System Integrity Protection on or off using these steps.

  1. From the Apple menu, choose “Restart…” > “Restart“.
  2. Simultaneously press and hold the “Command” and “R” buttons. This will start you in Recovery Mode.
  3. Select “Utilities” > “Terminal“.
  4. Type one of the following, then press “Enter“:
    • Disable System Integrity Protection: csrutil disable
    • Enable System Integrity Protection: csrutil enable
  5. Restart the computer again, and the change will be made.

We recommend you keep System Integrity Protection enabled for the best protection against viruses and malicious software.

Reader Interactions


https://www.technipages.com/macos-system-integrity-protection