mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
New, louder colors for files with SETUID and SETGID property.
Differentiate between SETUID and SETGID to reflect their relative significance to security
This commit is contained in:
parent
a1393da998
commit
43b60c66a8
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ MULTIHARDLINK 38;5;222;1
|
|||
#NORMAL 38;5;254
|
||||
ORPHAN 48;5;196;38;5;232;1
|
||||
OTHER_WRITABLE 38;5;220;1
|
||||
SETGID 48;5;234;38;5;100;1
|
||||
SETUID 38;5;137
|
||||
SETGID 48;5;3;38;5;0
|
||||
SETUID 38;5;220;1;3;100;1
|
||||
SOCK 38;5;197
|
||||
STICKY 38;5;86;48;5;234
|
||||
STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
||||
|
|
Loading…
Reference in a new issue