module documentation
Script to ensure permissions on files/dirs are accurate.
| Function | |
Sets the correct permissions on all job files in the queue. |
| Function | |
Returns a tuple of path objects to process. |
| Function | |
Main routine. |
| Function | |
Parses the options passed to the program. |
| Function | |
Processes a path component. |
| Function | |
Ensures permissions recursively down a directory. |
| Constant | ALL |
Undocumented |
| Constant | DIR |
Undocumented |
| Constant | FILE |
Undocumented |
| Constant | QUEUE |
Undocumented |
Sets the correct permissions on all job files in the queue.
| Parameters | |
| path | Directory path |
| mode | Wanted file mode |
| uid | Wanted user ID |
| gid | Wanted group ID |