How is mod_chmod.so suppose to work?
I always get failed to chmod error messages.
chmod file.txt failed!
|
pre_do_modules(files, buf, argv, subdirs); |
the modules are called as a non superuser. chmod is unable to change the permissions of directories that are owned by uid 0
How is
mod_chmod.sosuppose 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