https://github.com/clburlison/rootless_diff
https://github.com/clburlison/rootless_diff
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clburlison/rootless_diff
- Owner: clburlison
- License: mit
- Created: 2017-04-04T22:50:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T21:19:22.000Z (over 8 years ago)
- Last Synced: 2025-07-02T04:47:30.558Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rootless_diff
This repo doesn't actually diff the files. It is simply a dumping ground so we can diff rootless files.
For example:
```bash
diff -u 10.12.3_16D32/com.apple.xpc.launchd.rootless.plist 10.12.4_16E195/com.apple.xpc.launchd.rootless.plist
```
Here you will notice Apple removed over 400 daemons from the `RemovableServices` dictionary with the point release of 10.12.4.
---
Pull requests accepted.