Skip to content

Commit

Permalink
enhance grammar and language in landing pages (en) (tiann#1003)
Browse files Browse the repository at this point in the history
Makes the project look considerably more professional and less like
you've just stumbled upon a phishing page.
  • Loading branch information
orvitpng authored Oct 2, 2023
1 parent 54ee400 commit 2ee7696
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ A Kernel-based root solution for Android devices.

## Compatibility State

KernelSU officially supports Android GKI 2.0 devices(with kernel 5.10+), old kernels(4.14+) are also compatible, but you need to build the kernel yourself.
KernelSU officially supports Android GKI 2.0 devices (kernel 5.10+). Older kernels (4.14+) are also compatible, but the kernel will have to be built manually.

WSA, ChromeOS and container-based Android can also work with KernelSU integrated.
With this, WSA, ChromeOS, and container-based Android are all supported.

And the current supported ABIs are: `arm64-v8a` and `x86_64`
Currently, only `arm64-v8a` and `x86_64` are supported.

## Usage

Expand All @@ -27,7 +27,7 @@ And the current supported ABIs are: `arm64-v8a` and `x86_64`

## Translation

To translate KernelSU into your language or improve an existing translation, please use [Weblate](https://hosted.weblate.org/engage/kernelsu/).
To help translate KernelSU or improve existing translations, please use [Weblate](https://hosted.weblate.org/engage/kernelsu/).

## Discussion

Expand Down
14 changes: 7 additions & 7 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ hero:

features:
- title: Kernel-based
details: KernelSU is working in Linux kernel mode, it has more control over userspace applications.
- title: Whitelist access control
details: Only App that is granted root permission can access `su`, other apps cannot perceive su.
- title: Restricted root permission
details: KernelSU allows you to customize the uid, gid, groups, capabilities and SELinux rules of su. Lock up the root power in a cage.
- title: Module & Open source
details: KernelSU supports modify /system systemlessly by overlayfs and it is open-sourced under GPL-3.
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.

0 comments on commit 2ee7696

Please sign in to comment.