With the new 10.11 i cant change the MacOS Version into the file: "System/Library/CoreServices/SystemVersion.plist".
They are set only to Read for everyone. Did activate the Root-User too to change it in the terminal as root-user with "chmod", but all in vain. No permissions !!
You will ask, why i would change it ? Cause i need to test some drivers and apps who check the MacOS version. So i had make a little Script, what did work well on the beta-test by Yosemite, to change the MacOS version that i have no troubbles to install the driver or the app.
For me its one of the important things to check the beta-OS.
kind regards
Andy
The supported way to disable System Integrity Protection in those cases where it's truly necessary is to boot into the Recovery partition and turn System Integrity Protection off from there with the csrutil tool.
$ csrutil
usage: csrutil <command>
Modify the System Integrity Protection configuration. All configuration changes apply to the entire machine.
Available commands:
disable
Disable the protection on the machine. Requires a reboot.
enable
Enable the protection on the machine. Requires a reboot.
status
Display the current configuration.
The kext-dev-mode and rootless boot-args are being removed from OS X El Capitan and will no longer work.
--gc