1
Fork 0
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:
Sylvestre Ledru 2021-10-02 12:56:09 +02:00 committed by GitHub
commit b2fa51ddd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 272 additions and 59 deletions

1
Cargo.lock generated
View file

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