Sfoglia il codice sorgente

Only list readable directories

ceriel 27 anni fa
parent
commit
8a2a3fd74b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      first/mk_config

+ 1 - 1
first/mk_config

@@ -7,7 +7,7 @@ echo "echo $SYSNAME" > $CONFIG/bin/ack_sys
 chmod +x $CONFIG/bin/ack_sys
 
 cd $SRC_HOME
-find . -type d -print > $CONFIG/dir_list
+find . -type d -perm -555 -print > $CONFIG/dir_list
 
 cd $CONFIG
 for i in mach/*/libsys