Building Apple Open Source Tool
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=content-transfer-encoding:from:mime-version:subject:message-id:date :to; bh=mYmfayAOvtAWyHakTwVbaxlkuHiHfmQs0HgDALIBpRI=; b=WVafNe3Wh9xYmoZEHy1EVp9S91CKljOlpcV5O1pGRHrSUL1Se2lQPiu0SxxK3lM0L1 yCTQr4EbjJKzsmhQ+x/cEnZjVBm3F9eVzP9b0OUhh4Nnr7E18ZE/FKDk940Vps3q4jDB TTIDsH5q+9jnmJ4J+RzsdJvt9iaQKPZCtrH5vgxMHukZuyILFN7fdEApnsCHZdCMM06K 5Ox2X+Kl0OYOt/f8JSNwgAFdidZiBDz8XbcHmaPvMpCPE+TopjYBF75UL7Dz2wSeH+Ey e9hsUhge85Pw9vBVJ/ggd3IEgNJv+kM/2rQoXDIF0hcGl49omksupfGYO5y8ylHIOKTA 4SSA== I have a need to build rlogin to allow it to connect to a rlogin server accessible on a non-standard specific port. I downloaded the source to match the OS release running on the host machine (10.11.6) and ran make in the rlogin dir. It built, but fails to run with rcmd: socket: Operation not permitted. It will run and connect if run with sudo, so I’m assuming it’s a permissions issue. I saw the entitlements.plist containing com.apple.private.network.reserved-port and corresponding codesign line in the makefile. Can anyone give me any guidance on how to build this properly? Thanks, Sandor _______________________________________________ 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: https://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.app... This email sent to site_archiver@lists.apple.com
participants (1)
-
Sandor Szatmari