userspace: implement OSS ksuinit

This commit is contained in:
tiann
2025-08-09 11:57:42 +06:00
committed by Rifat Azad
parent eaab98b7ec
commit edb99a2c1a
18 changed files with 720 additions and 40 deletions

View File

@@ -6,6 +6,7 @@ on:
- 'next'
paths:
- '.github/workflows/rustfmt.yml'
- 'userspace/ksuinit/**'
- 'userspace/ksud_magic/**'
- 'userspace/ksud_overlayfs/**'
pull_request:
@@ -13,6 +14,7 @@ on:
- 'next'
paths:
- '.github/workflows/rustfmt.yml'
- 'userspace/ksuinit/**'
- 'userspace/ksud_magic/**'
- 'userspace/ksud_overlayfs/**'
@@ -29,6 +31,11 @@ jobs:
with:
components: rustfmt
- uses: LoliGothick/rustfmt-check@master
with:
token: ${{ github.token }}
working-directory: userspace/ksuinit
- uses: LoliGothick/rustfmt-check@master
with:
token: ${{ github.token }}