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

mknod: implement selinux support

+ improve the option management a bit
This commit is contained in:
Sylvestre Ledru 2025-04-21 23:43:29 +02:00
parent a4230410c8
commit aebada4cd4
4 changed files with 167 additions and 20 deletions

View file

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