/external/selinux/libsemanage/tests/ |
D | test_semanage_store.c | 163 err = chmod(modpath, 0); in test_semanage_store_access_check() 165 err = chmod(readlockpath, 0); in test_semanage_store_access_check() 167 err = chmod(polpath, 0); in test_semanage_store_access_check() 174 err = chmod(polpath, S_IRUSR | S_IXUSR); in test_semanage_store_access_check() 176 err = chmod(readlockpath, S_IRUSR); in test_semanage_store_access_check() 178 err = chmod(modpath, S_IRUSR | S_IXUSR); in test_semanage_store_access_check() 185 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR); in test_semanage_store_access_check() 187 err = chmod(readlockpath, S_IRUSR | S_IWUSR); in test_semanage_store_access_check() 189 err = chmod(modpath, S_IRUSR | S_IWUSR | S_IXUSR); in test_semanage_store_access_check() 196 err = chmod(polpath, S_IRUSR | S_IXUSR); in test_semanage_store_access_check() [all …]
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | session.py | 188 chmod=None, argument 191 if chmod and isinstance(chmod, (six.binary_type, six.text_type)): 192 chmod = int(chmod, 8) 193 self.chmod = chmod 232 if not exists and self.chmod: 233 os.chmod(filename, self.chmod) 300 chmod=NoDefault): argument 341 if chmod is NoDefault: 342 chmod = global_conf.get('session_chmod', None) 346 session_file_path=session_file_path, chmod=chmod)
|
/external/libcxx/ |
D | Makefile | 40 chmod 755 $(HEADER_DIR)/c++/v1 41 chmod 644 $(HEADER_DIR)/c++/v1/* 42 chmod 755 $(HEADER_DIR)/c++/v1/ext 43 chmod 644 $(HEADER_DIR)/c++/v1/ext/* 44 chmod 755 $(HEADER_DIR)/c++/v1/experimental 45 chmod 644 $(HEADER_DIR)/c++/v1/experimental/*
|
/external/bzip2/ |
D | Makefile | 82 chmod a+x $(PREFIX)/bin/bzip2 83 chmod a+x $(PREFIX)/bin/bunzip2 84 chmod a+x $(PREFIX)/bin/bzcat 85 chmod a+x $(PREFIX)/bin/bzip2recover 87 chmod a+r $(PREFIX)/man/man1/bzip2.1 89 chmod a+r $(PREFIX)/include/bzlib.h 91 chmod a+r $(PREFIX)/lib/libbz2.a 95 chmod a+x $(PREFIX)/bin/bzgrep 98 chmod a+x $(PREFIX)/bin/bzmore 101 chmod a+x $(PREFIX)/bin/bzdiff [all …]
|
/external/libcap/contrib/ |
D | pcaps4server | 89 chmod $VERBOSE u+s /usr/sbin/httpd 99 chmod $VERBOSE u-s /usr/sbin/httpd 124 chmod $VERBOSE u+s /usr/sbin/httpd 135 chmod $VERBOSE u-s /usr/sbin/httpd 160 chmod $VERBOSE u+s /usr/sbin/smbd /usr/sbin/nmbd 174 chmod $VERBOSE u-s /usr/sbin/smbd /usr/sbin/nmbd 199 chmod $VERBOSE u+s /usr/sbin/named 209 chmod $VERBOSE u-s /usr/sbin/named 232 chmod $VERBOSE u+s /usr/sbin/dhcpd 242 chmod $VERBOSE u-s /usr/sbin/dhcpd [all …]
|
D | pcaps4suid0 | 86 CHMOD=`which chmod 2>/dev/null` 114 chmod u-s $i 140 chmod u+s $i
|
/external/dbus/bus/ |
D | messagebus-config.in | 149 chmod 775 "${SYSCONFDIR}" 154 chmod 775 "${DEVDIR}" 159 chmod 775 "${LOGDIR}" 164 chmod 775 "${RUNDIR}" 169 chmod 775 "${SOCKDIR}"
|
/external/libexif/doc/ |
D | Makefile.am | 52 \( -type d -exec chmod 0755 {} \; \) -or \ 53 \( -type f -exec chmod 0644 {} \; \) 67 \( -type d -exec chmod 0755 {} \; \) -or \ 68 \( -type f -exec chmod 0644 {} \; \) 82 find $(DOXYGEN_OUTPUT_DIR) \( -type d -exec chmod a+rx,go-w,g+s {} \; \) \ 83 -or \( -type f -exec chmod a+r {} \; \)
|
/external/autotest/site_utils/admin/scripts/ |
D | fixperms.sh | 3 chmod -R o+r /usr/local/autotest 4 find /usr/local/autotest/ -type d | xargs chmod o+x 5 chmod o+x /usr/local/autotest/tko/*.cgi
|
/external/protobuf/examples/ |
D | Makefile | 40 @chmod +x add_person_java 46 @chmod +x list_people_java 52 @chmod +x add_person_python 58 @chmod +x list_people_python
|
/external/toybox/tests/ |
D | cp.test | 37 chmod 000 two 43 chmod 000 two 47 chmod 000 sub
|
/external/libcap/progs/ |
D | quicktest.sh | 49 cp ./capsh ./privileged && chmod -s ./privileged 73 chmod u+s tcapsh 132 chmod +xs hack.sh
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_util_unittest.py | 31 os.chmod(self.read_only_path, stat.S_IRUSR) 36 os.chmod(self.writable_path, stat.S_IRUSR | stat.S_IWUSR) 41 os.chmod(self.executable_path, stat.S_IRWXU) 46 os.chmod(self.sub_read_only_path, stat.S_IRUSR) 51 os.chmod(self.sub_writable_path, stat.S_IRUSR | stat.S_IWUSR) 56 os.chmod(self.sub_executable_path, stat.S_IRWXU)
|
/external/avahi/initscript/debian/ |
D | Makefile.am | 37 chmod +x $@ 44 chmod +x $@
|
/external/avahi/initscript/archlinux/ |
D | Makefile.am | 34 chmod +x $@ 38 chmod +x $@
|
/external/avahi/initscript/slackware/ |
D | Makefile.am | 28 chmod +x $@ 32 chmod +x $@
|
/external/avahi/initscript/suse/ |
D | Makefile.am | 28 chmod +x $@ 32 chmod +x $@
|
/external/avahi/initscript/mandriva/ |
D | Makefile.am | 28 chmod +x $@ 32 chmod +x $@
|
/external/libpng/scripts/ |
D | makefile.atari | 67 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h 68 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h 69 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h
|
D | makefile.mips | 71 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h 72 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h 73 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h 76 chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a 83 chmod a-w *.[ch35] $(DOCS) scripts/*
|
D | makefile.sunos | 83 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h 84 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h 85 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h 88 chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a 95 chmod a-w *.[ch35] $(DOCS) scripts/*
|
D | makefile.knr | 84 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h 85 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h 86 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h 89 chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a 96 chmod a-w *.[ch35] $(DOCS) scripts/*
|
/external/avahi/initscript/fedora/ |
D | Makefile.am | 31 chmod +x $@ 38 chmod +x $@
|
/external/avahi/initscript/gentoo/ |
D | Makefile.am | 39 chmod +x $@ 43 chmod +x $@
|
/external/avahi/initscript/freebsd/ |
D | Makefile.am | 34 chmod +x $@ 41 chmod +x $@
|