我有一个像下面这样复杂的场景。
此实用程序exe具有以下代码 `int ret = setuid(uid);
int status = 0;
if ((status = system("launchctl load -w /Library/LaunchAgents/com.abcd.xyz.plist"))) {
print error;
return 1;
}`
上面给出错误“不允许操作”
如果我通过双击pkg午餐,同样的代码运行正常。
的问候, Birajendu