From 43b60c66a8cb74eca1c96baf7928d4f00295acba Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 18 Mar 2015 17:33:41 -0700 Subject: [PATCH] New, louder colors for files with SETUID and SETGID property. Differentiate between SETUID and SETGID to reflect their relative significance to security --- LS_COLORS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index f937b3a..1a6ce06 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -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