summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/base.py
Commit message (Collapse)AuthorAgeFilesLines
* 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