summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/base.py
Commit message (Collapse)AuthorAgeFilesLines
* POSIX: fixed infinite stat() loop with misnamed Path entryChris St. Pierre2013-03-181-1/+1
|
* fixed conversion to octal in py3kChris St. Pierre2012-12-041-5/+7
|
* POSIX: fixed removal of symlinked directoriesChris St. Pierre2012-11-161-5/+13
|
* POSIX: fix detection of ACLs on entry without pylibacl installedChris St. Pierre2012-11-071-3/+2
|
* POSIX: ensure that automatically-created parent dirs have appropriate +x permsChris St. Pierre2012-11-071-2/+18
|
* handle malformed ACL tags more elegantlyChris St. Pierre2012-10-191-1/+7
|
* POSIX: only enable selinux if its enabled on the hostTim Laszlo2012-10-171-1/+1
|
* POSIX: Switch from perms to modeSol Jerome2012-10-151-20/+20
| | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* consistently list ACLs on Path entriesChris St. Pierre2012-10-021-3/+5
|
* if an entry has no acls and its filesystem is mounted noacl, that's not an errorChris St. Pierre2012-09-281-2/+7
|
* misc. minor bug fixesChris St. Pierre2012-09-251-3/+8
|
* fixed tests for pylint changesChris St. Pierre2012-09-251-0/+2
|
* expanded pylint testsChris St. Pierre2012-09-251-96/+176
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-1/+1
|
* ensure that ACL entries can be parsed without error even without pylibaclChris St. Pierre2012-08-201-1/+1
|
* fix for missing ACL libsChris St. Pierre2012-08-161-4/+6
|
* fix _verify_metadata() when selinux libs not installedChris St. Pierre2012-08-161-1/+2
|
* POSIX:Chris St. Pierre2012-08-151-0/+639
refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl