06-14-05 12:53 PM
This short program
#import <AppKit/NSApplication.h>
int main(int argc, const char * argv[]) {
[NSApplication sharedApplication];
return 0;
}
when compiled and setuid root
chown root daemon
chmod a+x,u+s daemon
gets on a SIGBUS when run as a daemon (outside of process manager) on
some systems. Does anybody have any ideas how to deal with this?
--
SM Ryan http://www.rawbw.com/~wyrmwif/
You hate people.
But I love gatherings. Isn't it ironic.
[ Post a follow-up to this message ]
|