mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 21:47:46 +00:00
Merge pull request #2656 from jhscheer/ls_selinux
`ls`: add support for showing SELinux context (--context/-Z)
This commit is contained in:
commit
b2fa51ddd9
5 changed files with 272 additions and 59 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2608,6 +2608,7 @@ dependencies = [
|
|||
"lscolors",
|
||||
"number_prefix",
|
||||
"once_cell",
|
||||
"selinux",
|
||||
"term_grid",
|
||||
"termsize",
|
||||
"unicode-width",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue