Software companies (or developers) who write Windows educational software for kindergarten-age kids that works only if run with Administrator privileges.
Powered by Dreamwidth Studios
Style Credit
- Style: Blue for Drifting by Jennie Griner
- Resources: OSWD design
Seen it on Unix, too
Re: Seen it on Unix, too
(One likes to think most Unix people know better, but.....)
I have a very few scripts that will work properly only as root, or which suid themselves to root during certain critical sections of execution. But they have very good reasons for doing it. (One does so in order to explicitly insmod and rmmod a kernel module, for instance.)