OSX Sequoia & Operation not permitted (os error 1)
Michal Bryxí

Michal Bryxí @michalbryxi

About: Cycle 🚴 , climb 🗻 , run 🏃 , travel 🌍 , enjoy life ♥. IT guy with the need to live fully.

Location:
Interlaken, Switzerland
Joined:
Feb 1, 2018

OSX Sequoia & Operation not permitted (os error 1)

Publish Date: Nov 1 '24
6 2

With new, granular set of permission rights comes ... a bit of pain.

The problem

After upgrading to OSX Sequoia my terminal of choice - Warp started having weird seemingly permission-like issues. Even simple operations like ls sometimes failed with Operation not permitted (os error 1):

ls /Volumes/BACKUP/
"/Volumes/BACKUP/": Operation not permitted (os error 1)
Enter fullscreen mode Exit fullscreen mode

But other apps like Finder had no problem accessing said folder.

The solution

Eventually I noticed that the issue happened always when I tried to access data on an USB thumb drive. Remembering that apps in newer OSX do not have permission to just access disk willy nilly, I opened: System Settings -> Privacy & Security -> Full Disk Access, changed the toggle for Warp to enabled and let the app reboot. And voila! Now it works again.

OSX settings - Privacy & Security - Full Disk Access

Comments 2 total

  • Carl Reynjolds
    Carl ReynjoldsDec 31, 2024

    Thanks, that's exactly what I needed. Very clear, and concise description.

  • Bert Heyman
    Bert HeymanFeb 19, 2025

    Thanks a lot!
    Very helpful, as this is OS version specific.

Add comment