Revert "userspace: implement OSS ksuinit"

This reverts commit edb99a2c1a.
This commit is contained in:
Rifat Azad
2025-08-10 13:48:18 +06:00
parent e0c461322b
commit 1de68a8ed2
18 changed files with 40 additions and 720 deletions

View File

@@ -6,7 +6,6 @@ on:
- 'next'
paths:
- '.github/workflows/rustfmt.yml'
- 'userspace/ksuinit/**'
- 'userspace/ksud_magic/**'
- 'userspace/ksud_overlayfs/**'
pull_request:
@@ -14,7 +13,6 @@ on:
- 'next'
paths:
- '.github/workflows/rustfmt.yml'
- 'userspace/ksuinit/**'
- 'userspace/ksud_magic/**'
- 'userspace/ksud_overlayfs/**'
@@ -31,11 +29,6 @@ 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 }}