About This File
InsanelyRepairPermission is a command line that is able to repair kexts permissions in the current Volume or other Volumes as you wish.
It repair kexts permission for:
/Extra/KPKexts (since v1.1)
/Extra/Extensions
/System/Library/Extensions
/Library/Extensions
Usage (new version 1.1)
-------------------------------------------------------------------------
to verify:
sudo InsanelyRepairPermission -v /Volumes/Your Volume (or simply /)
to repair:
sudo InsanelyRepairPermission -r /Volumes/Your Volume
to repair and touch (will cause the kernelcache/prelinked to be rebuilt):
sudo InsanelyRepairPermission -rt /Volumes/Your Volume
-------------------------------------------------------------------------
Usage (version 1.0)
sudo /path/to/InsanelyRepairPermission /
or
sudo /path/to/InsanelyRepairPermission /Volumes/El Capitan
repairs only files that have incorrect permissions, if they are ok tells you that there are no files to be repaired.
NOTE:
In El Capitan you should need to boot with SIP disabled or a permissive CSR config
Codes comes from Zeus.app:
// Created by Micky1979 on 04/01/14.
// Copyright © 2014-2015 InsanelyMac. All rights reserved.
What's New in Version 1.3
Released
- v1.3: added APFS support
- v1.2: code improvements for Sierra from Pandora's Box
Recommended Comments