| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/selftest-chown/ |
| H A D | selftest-chown.bb | 1 SUMMARY = "selftest chown" 14 TESTDIR = "${D}${sysconfdir}/selftest-chown" 24 chown test:test ${TESTDIR}/file 25 chown -R test:test ${TESTDIR}/dir 26 chown -h test:test ${TESTDIR}/symlink 27 chown -R test:test ${TESTDIR}/fifotest 30 FILES:${PN} = "${sysconfdir}/selftest-chown/*"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/ |
| H A D | postfix.inc | 138 chown postfix:postfix ${D}${localstatedir}/spool/postfix 141 chown postfix:nogroup ${D}${localstatedir}/lib/postfix 143 chown root:postfix ${D}${localstatedir}/spool/postfix 145 chown postfix:root ${D}${localstatedir}/spool/postfix/active 147 chown postfix:root ${D}${localstatedir}/spool/postfix/bounce 149 chown postfix:root ${D}${localstatedir}/spool/postfix/corrupt 151 chown postfix:root ${D}${localstatedir}/spool/postfix/defer 153 chown postfix:root ${D}${localstatedir}/spool/postfix/deferred 155 chown postfix:root ${D}${localstatedir}/spool/postfix/flush 157 chown postfix:root ${D}${localstatedir}/spool/postfix/hold [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | perf-with-kcore.sh | 80 $SUDO chown $UID "$KCORE_DIR" 81 $SUDO chown $UID "$KCORE_DIR/kcore" 82 $SUDO chown $UID "$KCORE_DIR/kallsyms" 83 $SUDO chown $UID "$KCORE_DIR/modules" 109 …find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE… 110 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE… 111 …find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE…
|
| /OK3568_Linux_fs/buildroot/package/screen/ |
| H A D | 0003-install-always-chmod.patch | 3 Subject: Change binary permission flags even if chown fails 6 the chown will fail. But the chmod can still be done. 21 - -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN) 22 + -chown root $(DESTDIR)$(bindir)/$(SCREEN)
|
| /OK3568_Linux_fs/buildroot/package/leafnode2/ |
| H A D | 0001-cross_makefile.patch | 8 chown/chgrp dance. 30 - -./amiroot && chown $(RUNAS_USER) $(DESTDIR)$(SPOOLDIR) 31 - -./amiroot && chown $(RUNAS_USER) $(DESTDIR)$(SPOOLDIR)/leaf.node 35 - ./amiroot && p=$(DESTDIR)$(bindir)/newsq && chown 0 $$p \
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | post-owner.sh | 16 find . -user $ID -exec chown -h 0:0 {} \; 24 chown -h -R $ID:$ID home/$u 31 find "$RK_OUTDIR" -user 0 -exec chown -h $ID:$ID {} \;
|
| /OK3568_Linux_fs/device/rockchip/common/post-hooks/ |
| H A D | 99-owner.sh | 16 find . -user $ID -exec chown -h 0:0 {} \; 24 chown -h -R $ID:$ID home/$u 31 find "$RK_OUTDIR" -user 0 -exec chown -h $ID:$ID {} \;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
| H A D | postgresql-setup | 30 chown postgres:postgres "$PGDATA" 40 chown postgres:postgres "$PGLOG" 50 chown postgres:postgres "$PGDATA/pg_log"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | freeradius | 50 chown radiusd:radiusd /var/run/radiusd 56 chown radiusd:radiusd /var/run/radius 61 chown radiusd:radiusd ${PIDFILE}
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sed/sed/ |
| H A D | run-ptest | 3 chown nobody testsuite 4 chown nobody ../ptest
|
| /OK3568_Linux_fs/yocto/poky/scripts/postinst-intercepts/ |
| H A D | update_font_cache | 12 chown -R root:root $D${fontconfigcachedir} 13 find $D -type f -name .uuid -exec chown root:root '{}' +
|
| H A D | update_gtk_immodules_cache | 12 chown root:root $D${libdir}/gtk-2.0/2.10.0/immodules.cache 18 chown root:root $D${libdir}/gtk-3.0/3.0.0/immodules.cache
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | setup.sh | 292 chown -R root $config_dir/$m 298 chown -R root $config_dir/$f 305 chown -R root "$wadir" 312 chown -R root $prefix$var_dir 319 chown root $config_dir/$m
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/ |
| H A D | run-ptest | 23 chown -R bashtest:bashtest tests 25 chown -R root:root tests
|
| /OK3568_Linux_fs/buildroot/package/exim/ |
| H A D | S86exim | 13 chown exim:mail /var/log/exim 17 chown root:mail /var/run/exim
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/atop/atop/ |
| H A D | fix-permissions.patch | 45 chown root $(DESTDIR)$(BINPATH)/atop 50 chown root $(DESTDIR)$(SBINPATH)/atopacctd 52 chown root $(DESTDIR)$(BINPATH)/atopconvert
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/ |
| H A D | tinyproxy.service | 7 ExecStartPre=/bin/chown -R tinyproxy.nogroup /var/log/tinyproxy 9 ExecStartPre=/bin/chown -R tinyproxy.nogroup /var/run/tinyproxy
|
| /OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/usr/lib/systemd/system/ |
| H A D | mosquitto.service | 14 ExecStartPre=/bin/chown mosquitto /var/log/mosquitto 16 ExecStartPre=/bin/chown mosquitto /run/mosquitto
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 238 if (chown("validate_cap_suidroot", 0, -1) != 0) in do_tests() 245 if (chown("validate_cap_suidnonroot", uid + 1, -1) != 0) in do_tests() 252 if (chown("validate_cap_sgidroot", -1, 0) != 0) in do_tests() 259 if (chown("validate_cap_sgidnonroot", -1, gid + 1) != 0) in do_tests()
|
| /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 D | Makefile | 123 chown 0 $@; chgrp 0 $@; chmod 600 $@; \ 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 D | Makefile | 123 chown 0 $@; chgrp 0 $@; chmod 600 $@; \ 143 chown 0 $@; chgrp 0 $@; chmod 600 $@; \
|
| /OK3568_Linux_fs/yocto/poky/meta-skeleton/recipes-skeleton/useradd/ |
| H A D | useradd-example.bb | 63 chown -R user1 ${D}${datadir}/user1 64 chown -R user2 ${D}${datadir}/user2 65 chown -R user3 ${D}${datadir}/user3
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | makedbs.sh | 127 chown 0 $target; chgrp 0 $target; chmod 600 $target; 150 chown 0 $target; chgrp 0 $target; chmod 600 $target
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/ |
| H A D | 0001-support-to-override-usr-sbin-and-usr-share.patch | 34 - chown root:root $(DESTDIR)/usr/sbin/debootstrap 37 + chown root:root $(DESTDIR)$(sbindir)/debootstrap
|
| /OK3568_Linux_fs/buildroot/package/polkit/ |
| H A D | 0002-Improve-meson_post_install-script.patch | 80 + os.chown(dst, 0, -1) 97 os.chown(dst, polkitd_uid, -1) 114 os.chown(dst, 0, -1)
|