From: Jim Meyering Date: Mon, 5 Sep 2005 17:11:39 +0000 (+0000) Subject: Colorize set-user-ID and set-group-ID files and sticky, X-Git-Tag: CPPI-1_12~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd30058179f47fa232a8ef6d8d4b451374f89893;p=thirdparty%2Fcoreutils.git Colorize set-user-ID and set-group-ID files and sticky, other-writable, and sticky-and-other-writable directories. Document the default colors for the new strings. From Mike Frysinger, based on a patch from Fedora. --- diff --git a/src/dircolors.hin b/src/dircolors.hin index 8ee8c69d66..18498d5a97 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -51,6 +51,11 @@ DOOR 01;35 # door BLK 40;33;01 # block device driver CHR 40;33;01 # character device driver ORPHAN 40;31;01 # symlink to nonexistent file +SETUID 37;41 # file that is setuid (u+s) +SETGID 30;43 # file that is setgid (g+s) +STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) +OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky +STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable # This is for files with execute permission: EXEC 01;32