Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use suid permissions' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use suid permissions
Authored by: mervTormel on Nov 27, '02 02:17:25PM

{groan}

there are also huge security issues with making shell scripts SUID and SGID executable. a very secure kernel is compiled to disallow this. earlier versions of Mac OS X apologized and failed when one tried to SUID/SGID a shell script.

make darn sure owner:group is root:wheel and make darn sure there is no write access!

darnit! make darn sure you don't approach this with a cavalier attitude! in fact, other solutions should be considered first! it's just too easy to get careless and forget about this kind of stuff; it constitutes another maintenance issue on your plate that you should and need to monitor closely.



[ Reply to This | # ]