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

stat: add support for selinux

This commit is contained in:
Sylvestre Ledru 2025-04-13 20:48:11 +02:00
parent 8220f061ef
commit c7d39dded6
4 changed files with 49 additions and 1 deletions

View file

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