1
Fork 0
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:
Jan Scheer 2021-09-10 21:33:34 +02:00
parent ebc801c57a
commit fe3645d4d5
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828
4 changed files with 149 additions and 22 deletions

1
Cargo.lock generated
View file

@ -2632,6 +2632,7 @@ dependencies = [
"lscolors",
"number_prefix",
"once_cell",
"selinux",
"term_grid",
"termsize",
"unicode-width",