-
Notifications
You must be signed in to change notification settings - Fork 135
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
1.1.21_sticky_bit_world_writable_folder: Check failed #248
Comments
Output of running the script in debug mode (bash -x script.sh):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the following script leads to the error "Check failed with unexpected exit code: 1".
Script: 1.1.21_sticky_bit_world_writable_folder.sh
If I run the following command, kinda inspired by the find snippet in the script:
then I get the following error:
Here is a related investigation: https://forums.debian.net/viewtopic.php?p=806684&sid=8661b51a8c76f9c3e9d4db6f841684cc#p806684
If I try to look at the directory "/run/user/1000/", then:
# mount | grep fuse
:I added the
! -path "/run/user/1000/doc" ! -path "/run/user/1000/gvfs"
to allfind
commands in the scrip, before2>/dev/null
:But I still get that error:
Note: My OS is a new installed Debian 12 (+Gnome Desktop); Just updated. Only git, vim and curl are installed additionally.
The text was updated successfully, but these errors were encountered: