summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/selinux.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed extra whitespace from end of linesIan Taylor2009-06-061-4/+4
|
* Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-021-1/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloadsJames Turnbull2009-02-281-1/+3
|
* Fix bug #1681: Add filesystem type check to test for per-file SELinux ↵Sean E. Millichamp2008-11-141-0/+64
| | | | context support
* Fixes relating to transition to native SELinux bindingsSean E. Millichamp2008-11-141-2/+9
|
* Refactoring of SELinux functions to use native Ruby SELinux interfaceSean E. Millichamp2008-11-141-66/+67
|
* Fix regression caused by switch to Puppet's execute() functionsSean E. Millichamp2008-10-221-2/+11
|
* Use fully qualified paths when calling binaries, adjust chcon call to use ↵Sean E. Millichamp2008-10-171-8/+2
| | | | Puppet's execute() function.
* Setting SELinux contexts with chcon should not dereference symbolic linksSean E. Millichamp2008-10-171-2/+2
|
* Add unit test coverage for Puppet::Util::SELinux and fix problems found by testsSean E. Millichamp2008-10-091-13/+30
|
* Fix scenario when SELinux support tools exist, but SELinux is disabledSean E. Millichamp2008-10-081-0/+6
|
* New and improved tests for file type SELinux contextsSean E. Millichamp2008-10-081-1/+1
|
* Refactor SELinux commands to utility moduleSean E. Millichamp2008-10-031-0/+113