summaryrefslogtreecommitdiff
path: root/lib/chef/util/selinux.rb
Commit message (Expand)AuthorAgeFilesLines
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-181-2/+2
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* Unification of shell_out APIsLamont Granquist2018-06-151-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* fix argument to restorecon not being shell-escapedDavid Ashby2017-11-221-4/+5
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* autofixing Style/RedundantException copLamont Granquist2016-08-161-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-2/+2
* Use double quotes by defaultThom May2016-01-141-2/+2
* extract which to a mixin, use for systemctlLamont Granquist2014-11-081-10/+2
* Updated selinux path check to allow for directories that have a space in the ...Scott Hain2014-06-171-1/+1
* Changed based on PR comments.sersut2013-05-281-2/+2
* Unit specs for selinux code.sersut2013-05-231-1/+1
* Remove the debug print left over.sersut2013-05-171-1/+0
* Make selinux util a module.sersut2013-05-171-13/+28
* Cache system's selinux state to minimize the impact. Tidy debug logs.sersut2013-05-161-28/+28
* Relocate comments so that they can be picked up correctly by the doc tools.sersut2013-05-161-6/+5
* Remove ability to override selinux restorecon command. Tidy selinux config op...sersut2013-05-161-58/+27
* expand and fix selinux functionalityLamont Granquist2013-04-041-0/+118