[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: is there a program that goes around turning off setuid root bits?



also sprach Walter Tautz <wtautz@math.uwaterloo.ca> [2002.07.27.1702 +0200]:
> I have some programs that are not part of the debian system
> which need to have user setuid root but every once in a while
> it gets turned off again. Ie.
> 
> from -r-sr-sr-x to -r-xr-sr-x

find <top-directory> -mode -0400 -print0 | xargs -0 chmod u-s

will do so recursively from <top-directory>

-- 
martin;              (greetings from the heart of the sun.)
  \____ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
  
1-800-psych: hello, welcome to the psychiatric hotline.
if you are obsessive-compulsive, please press 1 repeatedly.

Attachment: pgpOXaTBtoFAI.pgp
Description: PGP signature


Reply to: