Jump to content

Recommended Posts

Posted

Es sieht so aus als ob INSTALL nicht nach /usr/libexec und /System/Library/LaunchDaemons/ schreiben dürfte. Die frage ist jetzt warum.

 

Kannst du bitte im Terminal folgende Befehle ausführen und die Ausgabe hier posten?

 

stat -x /usr/libexec

 

stat -x /System/Library/LaunchDaemons/

Posted

Die Meldung bekomme ich auch. Das hat wohl mit der neuen "System Integrity Protection" zu tun. In den Release Notes zu OS X v10.11 steht:

 

After upgrading to OS X El Capitan Developer Beta, applications that write to protected/system locations may no longer function correctly.

 

Seit 10.11 kann ich nicht mal als root in /usr/libexec schreiben:

#whoami
root
#pwd
/usr/libexec
#touch examplefile
touch: examplefile: Operation not permitted

 

Auf Folie 35 vom WWDC15 Video "Security and Your Apps" (https://developer.apple.com/videos/wwdc/2015/?id=706) steht:

 

System onlyAvailable to developers
/System/Library ~/Library
/bin /usr /sbin/usr/local

 

Ich habe die Installskripte nach /usr/local/libexec/ und /Library/LaunchDaemons/ bewegt, und es scheint zu funktionieren...

Posted

für libexec:

 

marcels-mbp:~ marcelwolf$ stat -x /usr/libexec
  File: "/usr/libexec"
  Size: 6324         FileType: Directory
  Mode: (0755/drwxr-xr-x)         Uid: (    0/    root)  Gid: (    0/   wheel)
Device: 1,4   Inode: 10235388    Links: 186
Access: Sun Aug 16 19:19:04 2015
Modify: Sun Aug  9 17:49:20 2015
Change: Sun Aug  9 17:49:20 2015

 

für Deamons:

 

File: "/System/Library/LaunchDaemons/"
  Size: 9894         FileType: Directory
  Mode: (0755/drwxr-xr-x)         Uid: (    0/    root)  Gid: (    0/   wheel)
Device: 1,4   Inode: 10126119    Links: 291
Access: Sun Aug 16 17:21:14 2015
Modify: Sun Aug 16 17:21:14 2015
Change: Sun Aug 16 17:21:14 2015

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...