Re: [OE-core] [PATCH] classes/sanity: check for suid root command evility

2013-07-30 Thread Paul Eggleton
On Monday 29 July 2013 18:43:32 Mark Hatle wrote: > On 7/26/13 5:48 AM, Paul Eggleton wrote: > > Some users have been found to have an unnamed third-party piece of > > software installed which sets chmod, chown and mknod as suid root as > > part of its installation process. This interferes with the

Re: [OE-core] [PATCH] classes/sanity: check for suid root command evility

2013-07-29 Thread Mark Hatle
On 7/26/13 5:48 AM, Paul Eggleton wrote: Some users have been found to have an unnamed third-party piece of software installed which sets chmod, chown and mknod as suid root as part of its installation process. This interferes with the operation of pseudo and can result in files really being owne

[OE-core] [PATCH] classes/sanity: check for suid root command evility

2013-07-26 Thread Paul Eggleton
Some users have been found to have an unnamed third-party piece of software installed which sets chmod, chown and mknod as suid root as part of its installation process. This interferes with the operation of pseudo and can result in files really being owned by root within the build output, and ther