Before posting feedback I want to see if other people experience the same issue. Using PB1.
Scenario
Open a terminal window.
Apparent Cause
If the quarantine value is -1, then the ls command fails.
This also applies to the du command which is frequently used to analyze disk usage.
Finder is not affected.
DS
Scenario
Open a terminal window.
Code:
sysmba:~ xxx$ cd ~/Library/Safari
sysmba:Safari xxx$ ls -l
ls: .: Operation not permitted
sysmba:Safari xxx$
Apparent Cause
Code:
sysmba:~ xxx$ cd ~/Library
sysmba:Library xxx$ ls -l@
--- snip ---
drwxr-xr-x@ 36 xxx staff 1152 Jun 30 09:34 Safari
com.apple.quarantine -1
drwxr-xr-x@ 2 xxx staff 64 Jun 29 06:35 SafariSafeBrowsing
com.apple.quarantine 15
--- snip ---
This also applies to the du command which is frequently used to analyze disk usage.
Finder is not affected.
DS