Displaying 1 result from an estimated 1 matches for "execute_posix".
2012 Feb 23
0
Announce: Puppet 2.6.14 Available [security update]
...s for the process as per this strace for
a change to my user account (with 7 supplementary groups):
setgroups(8, [0, 10, 14, 18, 54, 1002, 1004, 474]) = 0
This method is called by SUIDManager''s change_user method, which is
called in critical places such as lib/puppet/util.rb:308 in
execute_posix (as used by lots of things including Exec resources).
#12458 - Only euid changed, not egid
Overview
===============================
The second problem occurs when only a target user is given to the
SUIDManager asuser method as opposed to a target user and group, as is
the case in the follow...