Launchd domain socket permission problem
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Does anyone have a clue about why this might be happening? Any suggestions would be appreciated. Kevin Brock apple@kevin.com _______________________________________________ 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... I've got a launchd daemon that uses a domain socket for communicating with applications. On some (most) systems it installs and runs fine. The socket permissions are 140777 octal, so that anyone on the system can access the services the daemon is offering. On some customer systems the same install package ends up creating a domain socket with permissions 140755 octal, which means that normal users can't talk to that socket. It's the same install packet in both cases, and the permissions and locations of the .plist file and daemon binary are the same, and the directory permissions for the domain socket directory and it's parent are the same in all cases. This email sent to site_archiver@lists.apple.com
participants (1)
-
Kevin Brock