summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/suidmanager.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #3419. OS X 10.6 Ruby doesn't set supplementary groupsNigel Kersten2010-02-171-2/+26
|
* Fixed #1806 - supplementary groups are not resetJames Turnbull2009-11-201-1/+11
| | | | | | Patch thanks to Till Maas Signed-off-by: James Turnbull <james@lovedthanlost.net>
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
|
* Fixing the asuser method in Puppet::Util::SUIDManagerLuke Kanies2007-11-271-15/+13
| | | | | | | | so that it correctly just yields if you're not root. It also no longer tries to set :uid or :gid; just :euid and :egid, and it once again sets :egid before it sets :euid, which is important because you usually can't change your group after you've changed your user id.
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
|
* Added shortname support to config.rb and refactored addargsMichael V. O'Brien2007-08-141-0/+1
|
* Changes to lib/ corresponding to test refactoring from r2759, was unaware ↵christian2007-08-091-41/+26
| | | | | | that subversion only commited in the CWD git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2761 980ebf18-57e1-0310-9a29-db15c13687c0
* Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to executemccune2007-04-041-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2387 980ebf18-57e1-0310-9a29-db15c13687c0
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ↵luke2007-02-071-0/+86
up the top-level namespace a bit. This is a lot of file modifications, but most of them just change class names and file paths. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2178 980ebf18-57e1-0310-9a29-db15c13687c0