Jump to content

Recommended Posts

Geschrieben

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/

Geschrieben

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...

Geschrieben

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.

Gast
Reply to this topic...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Clear editor

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...