Searched refs:chmod (Results 201 - 225 of 678) sorted by relevance

1234567891011>>

/freebsd-10.2-release/crypto/openssh/regress/
H A Dagent-pkcs11.sh32 chmod 600 $OBJ/pkcs11.key
H A Dssh-com-client.sh32 chmod 600 ${OBJ}/id.com
34 chmod 600 ${OBJ}/id.openssh
/freebsd-10.2-release/usr.bin/login/
H A Dlogin_fbtab.c137 if (chmod(path, mask) && errno != ENOENT)
138 syslog(LOG_ERR, "%s: chmod(%s): %m", table, path);
/freebsd-10.2-release/usr.sbin/bsdconfig/console/
H A Dttys131 f_eval_catch -d $funcname chmod 'chmod "%s" "%s"' "$mode" "$tmpfile"
/freebsd-10.2-release/usr.sbin/bsdinstall/scripts/
H A Dscript120 chmod a+x $BSDINSTALL_CHROOT/tmp/installscript
/freebsd-10.2-release/contrib/netbsd-tests/lib/librumphijack/
H A Dt_tcpip.sh90 atf_check -s eq:0 -o empty -e empty chmod 400 ssh_host_key
91 atf_check -s eq:0 -o empty -e empty chmod 444 ssh_host_key.pub
108 atf_check -s eq:0 -o empty -e empty chmod 600 authorized_keys
/freebsd-10.2-release/crypto/openssl/
H A DMakefile505 find . -type d -print | xargs chmod 755
506 find . -type f -print | xargs chmod a+r
507 find . -type f -perm -0100 -print | xargs chmod a+x
548 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
557 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
569 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
574 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \
577 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/$$i.new; \
587 chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
603 chmod 64
[all...]
/freebsd-10.2-release/contrib/libpcap/
H A DMakefile.in511 chmod a+x $@
535 (mkdir -p $(DESTDIR)$(libdir); chmod 755 $(DESTDIR)$(libdir))
537 (mkdir -p $(DESTDIR)$(includedir); chmod 755 $(DESTDIR)$(includedir))
539 (mkdir -p $(DESTDIR)$(includedir)/pcap; chmod 755 $(DESTDIR)$(includedir)/pcap)
541 (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1)
543 (mkdir -p $(DESTDIR)$(mandir)/man3; chmod 755 $(DESTDIR)$(mandir)/man3)
545 (mkdir -p $(DESTDIR)$(mandir)/man@MAN_FILE_FORMATS@; chmod 755 $(DESTDIR)$(mandir)/man@MAN_FILE_FORMATS@)
547 (mkdir -p $(DESTDIR)$(mandir)/man@MAN_MISC_INFO@; chmod 755 $(DESTDIR)$(mandir)/man@MAN_MISC_INFO@)
552 (mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir))
609 (mkdir -p $(DESTDIR)$(libdir); chmod 75
[all...]
/freebsd-10.2-release/contrib/ofed/libibcm/
H A DMakefile.in93 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
455 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
456 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
457 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
459 || chmod -R a+r $(distdir)
501 chmod -R a-w $(distdir); chmod a+w $(distdir)
504 chmod a-w $(distdir)
518 && chmod -R a-w "$$dc_install_base" \
/freebsd-10.2-release/contrib/libstdc++/
H A DMakefile.in86 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
566 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
567 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
568 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
570 || chmod -R a+r $(distdir)
612 chmod -R a-w $(distdir); chmod a+w $(distdir)
615 chmod a-w $(distdir)
629 && chmod -R a-w "$$dc_install_base" \
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c458 chmod(line, 0600);
462 chmod(line, 0666);
494 chmod(line, 0600);
969 chmod(line, 0600);
1535 chmod(line, 0666);
1538 chmod(line, 0666);
1568 chmod(line, 0666);
1577 chmod(line, 0666);
1659 chmod(line, 0666);
1662 chmod(lin
[all...]
/freebsd-10.2-release/crypto/openssh/contrib/cygwin/
H A Dssh-host-config31 /usr/bin/chmod coreutils
620 if ! /usr/bin/chmod 775 "${SYSCONFDIR}" >/dev/null 2>&1
633 if ! /usr/bin/chmod 775 "${LOCALSTATEDIR}/log" >/dev/null 2>&1
654 if ! /usr/bin/chmod 644 ${LOCALSTATEDIR}/log/lastlog >/dev/null 2>&1
663 if ! /usr/bin/chmod 755 "${LOCALSTATEDIR}/empty" >/dev/null 2>&1
/freebsd-10.2-release/crypto/openssl/crypto/krb5/
H A DMakefile54 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
/freebsd-10.2-release/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh154 chmod o-rw $SVR_BASE.pem $SVR_BASE.key $CTL_BASE.pem $CTL_BASE.key
/freebsd-10.2-release/contrib/atf/test-programs/
H A Dresult_test.sh96 chmod 444 dir
/freebsd-10.2-release/contrib/bmake/mk/
H A Dman.mk86 # chown and chmod are done afterward automatically
106 chmod ${MANMODE} $$instpage; \
/freebsd-10.2-release/bin/mkdir/
H A Dmkdir.c122 * as chmod will (obviously) ignore the umask. Do this
125 if (success == 1 && mode != NULL && chmod(*argv, omode) == -1) {
170 * instead of doing chmod's.
/freebsd-10.2-release/share/mk/
H A Dtap.test.mk71 chmod +x ${.TARGET}.tmp
94 chmod +x ${.TARGET}.tmp
/freebsd-10.2-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-installcomponents.sh137 chmod 755 ${FSMNT}/.componentwrapper.sh
/freebsd-10.2-release/contrib/libyaml/
H A DMakefile.in98 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
490 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533 -exec chmod u+rwx,go+rx {} \; -o \
534 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
535 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
537 || chmod -R a+r "$(distdir)"
591 chmod -R a-w $(distdir); chmod a+w $(distdir)
594 chmod
[all...]
/freebsd-10.2-release/contrib/openbsm/
H A DMakefile.in103 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
486 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526 -exec chmod u+rwx,go+rx {} \; -o \
527 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
528 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
530 || chmod -R a+r "$(distdir)"
584 chmod -R a-w $(distdir); chmod u+w $(distdir)
587 chmod
[all...]
/freebsd-10.2-release/contrib/openpam/
H A DMakefile.in161 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561 -exec chmod u+rwx,go+rx {} \; -o \
562 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
563 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
565 || chmod -R a+r "$(distdir)"
625 chmod -R a-w $(distdir)
626 chmod u+w $(distdir)
628 chmod
[all...]
/freebsd-10.2-release/contrib/file/
H A DMakefile.in170 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
517 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
557 -exec chmod u+rwx,go+rx {} \; -o \
558 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
559 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
561 || chmod -R a+r "$(distdir)"
621 chmod -R a-w $(distdir)
622 chmod u+w $(distdir)
624 chmod
[all...]
/freebsd-10.2-release/contrib/ntp/
H A Dbuild142 chmod +x $NICEB
H A Dflock-build127 chmod +x .flockbuild-$i-$SIG

Completed in 303 milliseconds

1234567891011>>