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

Merge pull request #7752 from sylvestre/stat-C

stat: add support for selinux
This commit is contained in:
Daniel Hofstetter 2025-04-16 11:06:36 +02:00 committed by GitHub
commit 219e87d57c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 169 additions and 1 deletions

View file

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