OS X El Capitan apparentemente ha questa nuova funzionalità di sicurezza nota come System Integrity Protection , che limita l'accesso root a una matrice di file, tra cui: /system , /bin , /sbin , /usr , /etc , /tmp e /var .
Ho sviluppato un programma che accede al file system.log che si trova nella directory / var / log /.
La mia domanda è:
- Il mio programma (in esecuzione nella sandbox) sarà in grado di accedere al file /var/log/system.log con il sistema 'System Integrity Protection' in esecuzione?
Grazie in anticipo.