We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How is mod_chmod.so suppose to work?
mod_chmod.so
I always get failed to chmod error messages. chmod file.txt failed!
chmod file.txt failed!
foo-tools/src/pre/foo-pre.c
Line 1084 in 73e6265
Line 1138 in 73e6265
The text was updated successfully, but these errors were encountered:
Try
foo-tools/doc/README.foo-pre
Line 132 in 73e6265
Sorry, something went wrong.
@silv3rr yes that is already correctly set and works fine. chown works without issue.
mod_chmod works aswell after foo-pre.c is edited and "setuid(olduid);" is moved from line 1084 to 1139
No branches or pull requests
How is
mod_chmod.so
suppose to work?I always get failed to chmod error messages.
chmod file.txt failed!
foo-tools/src/pre/foo-pre.c
Line 1084 in 73e6265
foo-tools/src/pre/foo-pre.c
Line 1138 in 73e6265
the modules are called as a non superuser. chmod is unable to change the permissions of directories that are owned by uid 0
The text was updated successfully, but these errors were encountered: