For bug #81097, detect and report suspicious hardlinks to suid/sgid files. False...
authorZac Medico <zmedico@gentoo.org>
Sun, 10 Jun 2007 22:58:51 +0000 (22:58 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 10 Jun 2007 22:58:51 +0000 (22:58 -0000)
commitd0dc4df791e8500e89c955a09436f5f2a0385d7e
treeb91444679fd695e05ab6478244d510dee99a0850
parent5ae7438dee18228c42b3b36455e7d9f7b3f5904a
For bug #81097, detect and report suspicious hardlinks to suid/sgid files.  False positives are prevented by doing reference counts for each inode having suid/sgid bits and multiple hardlinks.  The security check is done prior to each merge or unmerge phase and it will cause the phase to abort if a problem is found (so that the user can investigate before any files are removed). (trunk r6791:6794)

svn path=/main/branches/2.1.2/; revision=6795
pym/output.py
pym/portage.py