mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 21:47:46 +00:00
ls: add support for showing SELinux context (--context/-Z)
This commit is contained in:
parent
ebc801c57a
commit
fe3645d4d5
4 changed files with 149 additions and 22 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2632,6 +2632,7 @@ dependencies = [
|
|||
"lscolors",
|
||||
"number_prefix",
|
||||
"once_cell",
|
||||
"selinux",
|
||||
"term_grid",
|
||||
"termsize",
|
||||
"unicode-width",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue