-
-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: lsd -al
- Operation not permitted (os error 1).
#1078
Comments
Even I'm facing the same issue. |
get it, it should be because of the currently, you can try to set the /kind bug |
@zwpaper: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/priority high |
The |
I have raised a PR for this #1097, will also create a new release after it merged |
lsd --version
: latest - 1.1.2installation
:brew install lsd
echo $TERM
: xterm-256colorecho $LS_COLORS
: emptyNo other environment variables present for either
ls
orlsd
lsd config content ~/.config/lsd/config.yml
More on system:
Expected behavior
ls -l
,ls -Al
andls -al
run successfully in root,.ssh
, and user-createddev
dirs(Note
command
is just to escapels
alias tolsd
in fish shell)Actual behavior
lsd -l
,lsd -Al
andlsd -al
fail withOperation not permitted (os error 1)
andPermission denied (os error 13)
in different directories but have mixed fail logic.(Tested in
Warp
,iTerm2
and mac built-inTerminal
apps, infish
andzsh
shells)(
RUST_BACKTRACE=1 lsd ...
produces same result)lsd -l
,lsd -Al
andlsd -al
fail in root dirlsd -al
fail in.ssh
anddev
directoresHowever,
lsd -l
andlsd -Al
do not fail in.ssh
anddev
dirsIn addition
Running
lsd
in iTerm and Terminal called access prompt on various resources like below, including Full Disk Access. Even after accepting all of them,lsd
still fails the same way as it does in WarpThe text was updated successfully, but these errors were encountered: