Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 25 of 863) sorted by relevance

12345678910>>...35

/external/selinux/libsemanage/tests/
Dtest_semanage_store.c163 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/ltp/testcases/kernel/syscalls/unlink/
Dunlink08.c266 chmod("unwrite_dir", 0777); in cleanup()
267 chmod("unsearch_dir", 0777); in cleanup()
294 if (chmod("unwrite_dir", 0555) == -1) { in unwrite_dir_setup()
300 if (chmod("unwrite_dir", 0777) == -1) { in unwrite_dir_setup()
313 if (chmod("unwrite_dir", 0555) == -1) { in unwrite_dir_setup()
343 if (chmod("unsearch_dir", 0666) == -1) { in unsearch_dir_setup()
349 if (chmod("unsearch_dir", 0777) == -1) { in unsearch_dir_setup()
362 if (chmod("unsearch_dir", 0666) == -1) { in unsearch_dir_setup()
/external/openssh/contrib/redhat/
Dsshd.init.old68 chmod 600 $RSA1_KEY
69 chmod 644 $RSA1_KEY.pub
83 chmod 600 $RSA_KEY
84 chmod 644 $RSA_KEY.pub
98 chmod 600 $DSA_KEY
99 chmod 644 $DSA_KEY.pub
/external/bzip2/
DMakefile82 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/
Dpcaps4server89 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 …]
Dpcaps4suid086 CHMOD=`which chmod 2>/dev/null`
114 chmod u-s $i
140 chmod u+s $i
/external/libexif/doc/
DMakefile.am52 \( -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/openssh/
Dstart-ssh16 chmod 600 /$DSA_KEY
17 chmod 644 $DSA_PUB_KEY
22 chmod 600 /$RSA_KEY
23 chmod 644 $RSA_PUB_KEY
/external/ltp/testcases/kernel/syscalls/nftw/
Dtools64.c48 chmod("./tmp/data/d333", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
49 chmod("./tmp/data/d666", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
50 chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IRWXU | S_IRWXG | in cleanup_function()
121 if (chmod("./tmp/data/d333", (mode_t) S_IWUSR | S_IXUSR | S_IWGRP | in setup_path()
129 if (chmod("./tmp/data/d666", (mode_t) S_IRUSR | S_IWUSR | S_IRGRP | in setup_path()
137 if (chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IWUSR | S_IXUSR | in setup_path()
Dtools.c49 chmod("./tmp/data/d333", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
50 chmod("./tmp/data/d666", (mode_t) S_IRWXU | S_IRWXG | S_IRWXO); in cleanup_function()
51 chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IRWXU | S_IRWXG | in cleanup_function()
122 if (chmod("./tmp/data/d333", (mode_t) S_IWUSR | S_IXUSR | S_IWGRP | in setup_path()
130 if (chmod("./tmp/data/d666", (mode_t) S_IRUSR | S_IWUSR | S_IRGRP | in setup_path()
138 if (chmod("./tmp/data/dirg/dir_right.1", (mode_t) S_IWUSR | S_IXUSR | in setup_path()
/external/toybox/tests/
Dmv.test68 chmod a-r file1
100 chmod 400 file1 file2
121 chmod 400 file1 file2
128 chmod 400 file1 file2
135 chmod 400 file1 file2
Dcp.test37 chmod 000 two
43 chmod 000 two
47 chmod 000 sub
/external/autotest/site_utils/admin/scripts/
Dfixperms.sh3 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/python/cpython2/Lib/distutils/tests/
Dtest_spawn.py36 os.chmod(exe, 0777)
41 os.chmod(exe, 0777)
48 os.chmod(exe, 0777)
53 os.chmod(exe, 0777)
/external/openssh/contrib/hpux/
DREADME19 # chmod 444 /etc/rc.config.d/sshd
21 # chmod 555 /sbin/init.d/sshd.rc
36 # chmod 711 /etc/opt/egd
41 # chmod 444 /etc/rc.config.d/egd
43 # chmod 555 /sbin/init.d/egd.rc
/external/python/cpython2/Lib/test/
Dtest_stat.py89 os.chmod(TESTFN, 0o700)
95 os.chmod(TESTFN, 0o070)
101 os.chmod(TESTFN, 0o007)
107 os.chmod(TESTFN, 0o444)
112 os.chmod(TESTFN, 0o700)
120 os.chmod(TESTFN, 0o700)
/external/protobuf/examples/
DMakefile61 @chmod +x add_person_java
67 @chmod +x list_people_java
73 @chmod +x add_person_python
79 @chmod +x list_people_python
/external/syslinux/dosutil/
DMakefile33 chmod a-x $@
41 chmod a-x $@
49 chmod a-x $@
/external/autotest/client/site_tests/platform_CryptohomeBadPerms/
Dplatform_CryptohomeBadPerms.py54 os.chmod(path, 0777)
76 os.chmod(parent_path, 0777)
80 os.chmod(parent_path, old_perm)
/external/libgsm/
DMakefile356 chmod 755 $@
369 chmod 444 $@
374 chmod 444 $@
379 chmod 444 $@
384 chmod 444 $@
389 chmod 444 $@
394 chmod 444 $@
399 chmod 444 $@
/external/autotest/site_utils/
Dsetup_dev_autotest.sh261 chmod -R o+r "${AT_DIR}"
262 find "${AT_DIR}"/ -type d -print0 | xargs --null chmod o+x
263 chmod o+x "${AT_DIR}"/tko/*.cgi
286 sudo chmod -R go-rwx .
/external/libcap/progs/
Dquicktest.sh49 cp ./capsh ./privileged && chmod -s ./privileged
73 chmod u+s tcapsh
137 chmod +xs hack.sh
/external/libpng/scripts/
Dmakefile.atari67 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h
68 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h
69 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pnglibconf.h
Dmakefile.mips71 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/*
/external/swiftshader/third_party/LLVM/tools/llvm-config/
DMakefile74 $(Verb) chmod +x $@
94 $(Verb) chmod +x $@
112 $(Verb) chmod +x $@
119 $(Verb) chmod +x $@

12345678910>>...35