mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #7635 from sylvestre/temp-selinux-impl
mkdir: add the selinux support
This commit is contained in:
commit
80b6a2155c
10 changed files with 315 additions and 23 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -1188,7 +1188,7 @@ jobs:
|
|||
- run: rsync -v -a -e ssh . lima-default:~/work/
|
||||
- name: Setup Rust and other build deps in VM
|
||||
run: |
|
||||
lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel -y
|
||||
lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel attr -y
|
||||
lima rustup-init -y --default-toolchain stable
|
||||
- name: Verify SELinux Status
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue