add overlayfs wiki and fix old ambiguous license (#1174)

- added OverlayFS wiki link: https://en.wikipedia.org/wiki/OverlayFS
- fix old ambiguous license:
https://www.gnu.org/licenses/identify-licenses-clearly.en.html

---------

Co-authored-by: weishu <twsxtd@gmail.com>
This commit is contained in:
Yogesh
2023-12-04 08:56:48 +05:30
committed by GitHub
parent 19a697a968
commit a56a922f96

View File

@@ -17,7 +17,7 @@ A Kernel-based root solution for Android devices.
## Features
1. Kernel-based `su` and root access management.
2. Module system based on overlayfs.
2. Module system based on [OverlayFS](https://en.wikipedia.org/wiki/OverlayFS).
3. [App Profile](https://kernelsu.org/guide/app-profile.html): Lock up the root power in a cage.
## Compatibility State
@@ -44,8 +44,8 @@ To help translate KernelSU or improve existing translations, please use [Weblate
## License
- Files under the `kernel` directory are [GPL-2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
- All other parts except the `kernel` directory are [GPL-3](https://www.gnu.org/licenses/gpl-3.0.html)
- Files under the `kernel` directory are [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
- All other parts except the `kernel` directory are [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.html)
## Credits