Home
last modified time | relevance | path

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

12345678910>>...22

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/
H A De8b56ebd536e82b15542a00c888109471936bfda.patch4 Subject: [PATCH] chmod: fix exit status when ignoring symlinks
6 * src/chmod.c: Reorder enum so CH_NOT_APPLIED
8 * tests/chmod/ignore-symlink.sh: A new test.
16 src/chmod.c | 4 ++--
17 tests/chmod/ignore-symlink.sh | 31 +++++++++++++++++++++++++++++++
20 create mode 100755 tests/chmod/ignore-symlink.sh
22 diff --git a/src/chmod.c b/src/chmod.c
24 --- a/src/chmod.c
25 +++ b/src/chmod.c
45 diff --git a/tests/chmod/ignore-symlink.sh b/tests/chmod/ignore-symlink.sh
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/atop/atop/
H A Dfix-permissions.patch20 chmod 0644 $(DESTDIR)$(SYSDPATH)/atopacct.service
23 - chmod 0711 $(DESTDIR)$(PMPATHD)/atop-pm.sh
24 + chmod 0755 $(DESTDIR)$(PMPATHD)/atop-pm.sh
32 - chmod 0711 $(DESTDIR)$(PMPATH1)/45atoppm; \
33 + chmod 0755 $(DESTDIR)$(PMPATH1)/45atoppm; \
37 - chmod 0711 $(DESTDIR)$(PMPATH2)/45atoppm; \
38 + chmod 0755 $(DESTDIR)$(PMPATH2)/45atoppm; \
46 - chmod 04711 $(DESTDIR)$(BINPATH)/atop
47 + chmod 0755 $(DESTDIR)$(BINPATH)/atop
53 chmod 0711 $(DESTDIR)$(BINPATH)/atopconvert
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dsetup.sh97 chmod 600 $ufile
123 chmod 600 $kfile
126 chmod 600 $cfile
138 chmod 600 $afile
186 chmod 755 $config_dir/start $config_dir/stop $config_dir/restart $config_dir/reload
294 chmod -R og-rw $config_dir/$m
300 chmod -R og-rw $config_dir/$f
302 chmod +r $config_dir/version
307 chmod -R og-w "$wadir"
308 chmod -R a+rx "$wadir"
[all …]
/OK3568_Linux_fs/external/rknpu2/
H A Drknn_server_proxy.md57 chmod +x /vendor/bin/rknn_server
74 chmod +x /usr/bin/rknn_server
75 chmod +x /usr/bin/start_rknn.sh
76 chmod +x /usr/bin/restart_rknn.sh
116 chmod +x /oem/usr/bin/rknn_server
117 chmod +x /oem/usr/bin/start_rknn.sh
118 chmod +x /oem/usr/bin/restart_rknn.sh
/OK3568_Linux_fs/buildroot/package/libgsm/
H A D0001-misc-fixes-from-archlinux.patch110 chmod 755 $@
128 chmod 444 $@
134 chmod 444 $@
140 chmod 444 $@
146 chmod 444 $@
152 chmod 444 $@
157 - chmod 444 $@
163 chmod 444 $@
168 + chmod 755 $@.1.0.13
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/files/
H A Dlibacpi_fix_for_x32.patch20 @chmod 644 ${DESTDIR}${PREFIX}/include/libacpi.h
24 - @chmod 644 ${DESTDIR}${PREFIX}/lib/libacpi.a
26 - @chmod 644 ${DESTDIR}${PREFIX}/lib/${SONAME}
31 + @chmod 644 ${DESTDIR}${LIBDIR}/libacpi.a
33 + @chmod 644 ${DESTDIR}${LIBDIR}/${SONAME}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0001-raddb-certs-Makefile-fix-the-occasional-verification.patch10 chmod g+r ca.key
12 chmod g+r server.pem
52 chmod g+r ca.key
72 chmod g+r server.key
80 chmod g+r server.p12
85 chmod g+r server.pem
94 chmod g+r client.key
102 chmod g+r client.p12
107 chmod g+r client.pem
116 chmod g+r inner-server.key
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/var/db/
H A DMakefile121 chmod g+r $@; \
123 chown 0 $@; chgrp 0 $@; chmod 600 $@; \
141 chmod g+r $@; \
143 chown 0 $@; chgrp 0 $@; chmod 600 $@; \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/var/db/
H A DMakefile121 chmod g+r $@; \
123 chown 0 $@; chgrp 0 $@; chmod 600 $@; \
141 chmod g+r $@; \
143 chown 0 $@; chgrp 0 $@; chmod 600 $@; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A Dmakedbs.sh125 chmod g+r $target
127 chown 0 $target; chgrp 0 $target; chmod 600 $target;
148 chmod g+r $target
150 chown 0 $target; chgrp 0 $target; chmod 600 $target
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/
H A Dxserver-nodm35 chmod o+w /var/log
36 chmod g+r /dev/tty[0-3]
39 chmod o+rw /dev/hidraw*
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql-setup31 chmod go-rwx "$PGDATA"
41 chmod go-rwx "$PGLOG"
51 chmod go-rwx "$PGDATA/pg_log"
/OK3568_Linux_fs/buildroot/package/bzip2/
H A D0002-improve-build-system.patch40 chmod a+r $(PREFIX)/lib/libbz2.a
46 chmod a+x $(PREFIX)/bin/bzgrep
50 chmod a+x $(PREFIX)/bin/bzmore
54 chmod a+x $(PREFIX)/bin/bzdiff
56 chmod a+r $(PREFIX)/man/man1/bzgrep.1
/OK3568_Linux_fs/buildroot/package/screen/
H A D0003-install-always-chmod.patch6 the chown will fail. But the chmod can still be done.
21 - -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN)
23 + -chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/tcl/
H A Dfix_non_native_build_issue.patch30 - echo 'exec chmod -w .;package require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/al…
31 + echo 'exec chmod -w .;package require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/al…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gnu-config/gnu-config/
H A Dgnu-configize.in98 my $chmod = "chmod";
209 xsystem ("$chmod u+x $dest/config.guess");
211 xsystem ("$chmod u+x $dest/config.sub");
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch7 expect to be running as root, don't create the group or chmod
29 - && chmod 04110 "$(DESTDIR)$(bindir)/stapbpf"; \
35 +# && chmod 04110 "$(DESTDIR)$(bindir)/stapbpf"; \
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dbt_test.c433 if (chmod(BTHWCTL_DEV_NAME, 0660) < 0) {
439 if (chmod("/sys/class/rfkill/rfkill0/state", 0775) < 0) {
445 if (chmod("/sys/class/rfkill/rfkill0/type", 0775) < 0) {
451 if (chmod("/data", 0775) < 0) {
457 if (chmod("/dev/ttyS0", 0775) < 0) {
675 if (chmod(BTHWCTL_DEV_NAME, 0660) < 0) {
681 if (chmod("/sys/class/rfkill/rfkill0/state", 0775) < 0) {
687 if (chmod("/sys/class/rfkill/rfkill0/type", 0775) < 0) {
693 if (chmod("/dev/rtk_btusb", 0775) < 0) {
698 if (chmod("/dev/ttyS0", 0775) < 0) {
/OK3568_Linux_fs/device/rockchip/common/overlays/overlay-yocto/
H A Dinstall.sh11 rsync -av --chmod=u=rwX,go=rX "$OVERLAY_DIR/" "$TARGET_DIR/" \
15 rsync -av --chmod=u=rwX,go=rX "$SDK_DIR/external/rockchip-test/" \
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A DMakefile.in98 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
472 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515 -exec chmod u+rwx,go+rx {} \; -o \
516 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
517 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
519 || chmod -R a+r "$(distdir)"
573 chmod -R a-w $(distdir); chmod a+w $(distdir)
576 chmod a-w $(distdir)
592 && chmod -R a-w "$$dc_install_base" \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dinit27 chmod a-w $FTPDIR
28 chmod u+w $FTPDIR/in
/OK3568_Linux_fs/buildroot/package/polkit/
H A D0002-Improve-meson_post_install-script.patch70 -os.chmod(os.path.join(bindir, 'pkexec'), 0o4775)
79 + os.chmod(dst, 0o4755)
109 -os.chmod(dst, 0o4755)
113 + os.chmod(dst, 0o4755)
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/
H A Dssh-pregen-hostkeys_1.0.bb17 chmod 0600 ${D}${sysconfdir}/ssh/*
18 chmod 0644 ${D}${sysconfdir}/ssh/*.pub
/OK3568_Linux_fs/kernel/scripts/package/
H A Dbuilddeb45 chmod -R go-w "$pdir"
47 chmod -R a+rX "$pdir"
49 chmod -R ug-s "$pdir"
208 chmod 755 "$tmpdir/DEBIAN/$script"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dno-bash.patch18 # This file must be executable to work! chmod 755!
28 # This file must be executable to work! chmod 755!

12345678910>>...22