>The effective uid must be root to run the program. In addition, if the >"-f" flag is specified, you really have to be root.
That is incorrect. (At least, it is bad for the program to enforce this; it MUST just attempt the system calls and have those fail or verify privileges but that is a relatively poor choice). Which privileges does it need for which functions? Will the program be added to the appropriate RBAC profile? Casper
