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

Merge pull request #7908 from sylvestre/selinux-installa

selinux: start the support of install
This commit is contained in:
Daniel Hofstetter 2025-05-22 15:14:08 +02:00 committed by GitHub
commit 3a05fa92d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 350 additions and 70 deletions

View file

@ -49,6 +49,7 @@ feat_acl = ["cp/feat_acl"]
feat_selinux = [
"cp/selinux",
"id/selinux",
"install/selinux",
"ls/selinux",
"mkdir/selinux",
"mkfifo/selinux",