1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #7635 from sylvestre/temp-selinux-impl

mkdir: add the selinux support
This commit is contained in:
Daniel Hofstetter 2025-04-13 14:49:52 +02:00 committed by GitHub
commit 80b6a2155c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 315 additions and 23 deletions

View file

@ -50,6 +50,7 @@ feat_selinux = [
"cp/selinux",
"id/selinux",
"ls/selinux",
"mkdir/selinux",
"selinux",
"feat_require_selinux",
]