summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/selinux.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-8/+8
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-25/+9
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-2/+2
* Fix for #2965 (Chatty SELinux message)Markus Roberts2009-12-201-1/+1
* Fix for #2951 (SELinux test errors on OS X)Markus Roberts2009-12-181-2/+2
* Closed #2937 - Migrated a number of requires to featuresJames Turnbull2009-12-181-5/+1
* Fix for #2911 (Allow capital letters in selinux contexts)Markus Roberts2009-12-121-1/+1
* Fixing #2791 fs_find should follow symlinksJesse Wolfe2009-11-251-5/+16
* Fixing 2792 selinux tries to set properties on unsupported filesystesJesse Wolfe2009-11-251-1/+1
* Fix #2652 - Fix SELinux syntax errorJames Turnbull2009-09-181-3/+2
* Fix for #2605 by falling back to alternative solution to #1963Markus Roberts2009-09-151-6/+13
* Fix #1963 - Failing to read /proc/mounts for selinux kills file downloadsRicky Zhou2009-07-161-2/+8
* 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
* 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 context...Sean E. Millichamp2008-11-141-0/+64
* 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 Pup...Sean E. Millichamp2008-10-171-8/+2
* 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