summaryrefslogtreecommitdiff
path: root/src/dircolors.hin
diff options
context:
space:
mode:
Diffstat (limited to 'src/dircolors.hin')
-rw-r--r--src/dircolors.hin5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 8ee8c69d6..18498d5a9 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