Re: AuthServer StartupItem & File Paths
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com - Kevin On Mar 24, 2006, at 2:44 PM, Stéphane Sudre wrote: Stupid question: tim instead of /usr/sbin/tim ? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... In a way, you've answered your own question. No it's not "normal" to use relative paths, since most things use absolute paths. But if the real intent of the question is whether this is unsafe, then the answer is no, probably not unsafe. /etc/rc.common sets the path to a relatively restricted set of directories: PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/libexec:/System/Library/ CoreServices Is it normal that the script for the AuthServer Startup Item is calling: It seems strange to use a relative file path for the authserver module when other modules are using absolute file path. This email sent to site_archiver@lists.apple.com
participants (1)
-
Kevin Van Vechten