|
@@ -1,28 +1,25 @@
|
|
|
---
|
|
|
+# https://vitepress.dev/reference/default-theme-home-page
|
|
|
layout: home
|
|
|
-title: A kernel-based root solution for Android
|
|
|
|
|
|
hero:
|
|
|
- name: KernelSU
|
|
|
- text: A kernel-based root solution for Android
|
|
|
- tagline: ""
|
|
|
- image:
|
|
|
- src: /logo.png
|
|
|
- alt: KernelSU
|
|
|
+ name: "My Awesome Project"
|
|
|
+ text: "A VitePress Site"
|
|
|
+ tagline: My great project tagline
|
|
|
actions:
|
|
|
- theme: brand
|
|
|
- text: Get Started
|
|
|
- link: /guide/what-is-kernelsu
|
|
|
+ text: Markdown Examples
|
|
|
+ link: /markdown-examples
|
|
|
- theme: alt
|
|
|
- text: View on GitHub
|
|
|
- link: https://github.com/tiann/KernelSU
|
|
|
+ text: API Examples
|
|
|
+ link: /api-examples
|
|
|
|
|
|
features:
|
|
|
- - title: Kernel-based
|
|
|
- details: As the name suggests, KernelSU works under the Linux kernel giving it more control over userspace applications.
|
|
|
- - title: Root Access Control
|
|
|
- details: Only permitted apps may access or see `su`, all other apps are not aware of this.
|
|
|
- - title: Customizable Root Privileges
|
|
|
- details: KernelSU allows customization of `su`'s uid, gid, groups, capabilities, and SELinux rules, locking up root privileges.
|
|
|
- - title: Modules
|
|
|
- details: Modules may modify /system systemlessly using overlayfs enabling great power.
|
|
|
+ - title: Feature A
|
|
|
+ details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
|
+ - title: Feature B
|
|
|
+ details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
|
+ - title: Feature C
|
|
|
+ details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
|
+---
|
|
|
+
|