Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | selinux: Don't fail if libselinux is not found. | Richard Jones | 2009-08-13 | 1 | -7/+3 |
| | |||||
* | generator.ml: use new "Pathname" designation | Jim Meyering | 2009-08-13 | 1 | -1/+1 |
| | | | | | | | | | | Nearly every file-related function in daemons/*.c is affected: Remove this pair of statements from each affected do_* function: - NEED_ROOT (return -1); - ABS_PATH (dir, return -1); and change the type of the corresponding parameter to "const char *". * src/generator.ml: Emit NEED_ROOT just once, even when there are two or more Pathname args. | ||||
* | Add 'setcon', 'getcon' commands to set and get the SELinux context. | Richard Jones | 2009-08-13 | 1 | -0/+81 |