mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
id: add support for showing SELinux context (--context/-Z)
This commit is contained in:
parent
e2a00b67ed
commit
f1d317147b
7 changed files with 315 additions and 23 deletions
|
@ -352,6 +352,7 @@ unindent = "0.1"
|
|||
uucore = { version=">=0.0.8", package="uucore", path="src/uucore", features=["entries", "process"] }
|
||||
walkdir = "2.2"
|
||||
atty = "0.2"
|
||||
selinux = "0.1.1"
|
||||
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
rlimit = "0.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue