Lines Matching full:perm
274 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
1012 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1016 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1051 || find "$(distdir)" -type d ! -perm -755 \
1053 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1054 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1055 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \