| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/ |
| H A D | shadow-update-pam-conf.patch | 11 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/chage shadow-4.1.4.3/etc/pam.d/chage 12 --- shadow-4.1.4.3/etc/pam.d.orig/chage 2011-07-20 19:02:27.384844958 +0800 13 +++ shadow-4.1.4.3/etc/pam.d/chage 2011-07-20 19:03:08.964844958 +0800 20 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/chgpasswd shadow-4.1.4.3/etc/pam.d/chgpasswd 21 --- shadow-4.1.4.3/etc/pam.d.orig/chgpasswd 2011-07-20 19:02:27.384844958 +0800 22 +++ shadow-4.1.4.3/etc/pam.d/chgpasswd 2011-07-20 19:03:26.544844958 +0800 29 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/groupadd shadow-4.1.4.3/etc/pam.d/groupadd 30 --- shadow-4.1.4.3/etc/pam.d.orig/groupadd 2011-07-20 19:02:27.384844958 +0800 31 +++ shadow-4.1.4.3/etc/pam.d/groupadd 2011-07-20 19:04:08.124844958 +0800 38 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/groupdel shadow-4.1.4.3/etc/pam.d/groupdel [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/ |
| H A D | 0001-run-xtests.sh-check-whether-files-exist.patch | 8 mv: cannot stat '/etc/security/opasswd': No such file or directory 10 mv: cannot stat '/etc/security/opasswd-pam-xtests': No such file or directory 29 mkdir -p /etc/security 31 - cp /etc/security/$config /etc/security/$config-pam-xtests 32 + [ -f "/etc/security/$config" ] && 33 + mv /etc/security/$config /etc/security/$config-pam-xtests 34 install -m 644 "${SRCDIR}"/$config /etc/security/$config 36 -mv /etc/security/opasswd /etc/security/opasswd-pam-xtests 37 +[ -f /etc/security/opasswd ] && 38 + mv /etc/security/opasswd /etc/security/opasswd-pam-xtests [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 D | Makefile | 21 DATABASES = $(wildcard /etc/passwd /etc/group /etc/ethers /etc/protocols \ 22 /etc/rpc /etc/services /etc/shadow /etc/gshadow \ 23 /etc/netgroup) 33 $(VAR_DB)/passwd.db: /etc/passwd 43 $(VAR_DB)/group.db: /etc/group 65 $(VAR_DB)/ethers.db: /etc/ethers 74 $(VAR_DB)/protocols.db: /etc/protocols 85 $(VAR_DB)/rpc.db: /etc/rpc 96 $(VAR_DB)/services.db: /etc/services 112 $(VAR_DB)/shadow.db: /etc/shadow [all …]
|
| /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 | 21 DATABASES = $(wildcard /etc/passwd /etc/group /etc/ethers /etc/protocols \ 22 /etc/rpc /etc/services /etc/shadow /etc/gshadow \ 23 /etc/netgroup) 33 $(VAR_DB)/passwd.db: /etc/passwd 43 $(VAR_DB)/group.db: /etc/group 65 $(VAR_DB)/ethers.db: /etc/ethers 74 $(VAR_DB)/protocols.db: /etc/protocols 85 $(VAR_DB)/rpc.db: /etc/rpc 96 $(VAR_DB)/services.db: /etc/services 112 $(VAR_DB)/shadow.db: /etc/shadow [all …]
|
| /OK3568_Linux_fs/kernel/scripts/selinux/ |
| H A D | install_policy.sh | 43 mkdir -p /etc/selinux/dummy/policy 44 mkdir -p /etc/selinux/dummy/contexts/files 46 echo "__default__:user_u:s0" > /etc/selinux/dummy/seusers 47 echo "base_r:base_t:s0" > /etc/selinux/dummy/contexts/failsafe_context 48 echo "base_r:base_t:s0 base_r:base_t:s0" > /etc/selinux/dummy/default_contexts 49 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF 56 touch /etc/selinux/dummy/contexts/virtual_domain_context 57 touch /etc/selinux/dummy/contexts/virtual_image_context 59 cp file_contexts /etc/selinux/dummy/contexts/files 60 cp dbus_contexts /etc/selinux/dummy/contexts [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | makedbs.sh | 18 if [ -e /etc/passwd ]; then 25 printf "=%s ", $$3; print }' /etc/passwd | \ 31 if [ -e /etc/group ]; then 50 printf ":%s %s %s\n", mem, mem, members[mem]; }' /etc/group | \ 56 if [ -e /etc/ethers ]; then 62 printf "=%s ", $$2; print }' /etc/ethers | \ 68 if [ -e /etc/protocols ]; then 76 { printf ".%s ", $$i; print } }' /etc/protocols | \ 82 if [ -e /etc/rpc ]; then 90 { printf ".%s ", $$i; print } }' /etc/rpc | \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | bootmisc.sh | 15 TIMESTAMP_FILE=/etc/timestamp 17 . /etc/default/rcS 18 [ -f /etc/default/timestamp ] && . /etc/default/timestamp 25 echo "System bootup in progress - please wait" > /etc/nologin 26 cp /etc/nologin /etc/nologin.boot 62 uname -a > /etc/motd.tmp 63 sed 1d /etc/motd >> /etc/motd.tmp 64 mv /etc/motd.tmp /etc/motd 73 test -x /etc/init.d/hwclock.sh && /etc/init.d/hwclock.sh start 85 test -x /etc/init.d/hwclock.sh && /etc/init.d/hwclock.sh stop
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
| H A D | main.cf | 14 virtual_mailbox_maps = hash:/etc/postfix/virtual 15 virtual_alias_maps = hash:/etc/postfix/virtual_alias 17 alias_maps = hash:/etc/aliases 21 virtual_uid_maps = static:`grep vmail /etc/passwd | cut -d ":" -f 3` 22 virtual_gid_maps = static:`grep vmail /etc/passwd | cut -d ":" -f 4` 30 #config_directory = /etc/postfix 31 sample_directory = /etc/postfix 73 # check_sender_access hash:/etc/postfix/access_domains, 82 # check_recipient_access pcre:/etc/postfix/recipient_checks.pcre, 83 # check_helo_access pcre:/etc/postfix/helo_checks.pcre, [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/ |
| H A D | 0007-use-own-functions-file-instead-etc-init.d-functions.patch | 4 Subject: [PATCH] use own functions file instead /etc/init.d/functions 24 install -m 755 X11/Xserver $(DESTDIR)/etc/X11/Xserver 25 install -m 755 X11/Xsession $(DESTDIR)/etc/X11/Xsession 26 install -m 755 X11/xserver-common $(DESTDIR)/etc/X11/xserver-common 27 + install -m 755 X11/functions $(DESTDIR)/etc/X11/functions 28 install -d $(DESTDIR)/etc/X11/xmodmap 29 install -m 644 X11/xmodmap/*.xmodmap $(DESTDIR)/etc/X11/xmodmap 30 install -m 644 X11/xmodmap/xmodmap-* $(DESTDIR)/etc/X11/xmodmap 39 -. /etc/init.d/functions 40 +. /etc/X11/functions [all …]
|
| /OK3568_Linux_fs/buildroot/package/dhcp/ |
| H A D | dhclient-script | 8 cat /dev/null > /etc/resolv.conf.dhclient 9 chmod 644 /etc/resolv.conf.dhclient 11 echo search $new_domain_search >> /etc/resolv.conf.dhclient 16 echo search $new_domain_name >> /etc/resolv.conf.dhclient 19 echo nameserver $nameserver >>/etc/resolv.conf.dhclient 23 cat /dev/null > /etc/resolv.conf.dhclient6 24 chmod 644 /etc/resolv.conf.dhclient6 27 echo search ${new_dhcp6_domain_search} >> /etc/resolv.conf.dhclient6 30 echo nameserver ${nameserver} >> /etc/resolv.conf.dhclient6 35 cat /etc/resolv.conf.* > /etc/resolv.conf [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/ |
| H A D | apmd_proxy | 75 run-parts -a "${1}" -a "${2}" /etc/apm/event.d 76 if [ -d /etc/apm/suspend.d ]; then 77 run-parts -a "${1}" -a "${2}" /etc/apm/suspend.d 80 if [ -d /etc/apm/resume.d ]; then 81 run-parts -a "${1}" -a "${2}" /etc/apm/resume.d 83 run-parts -a "${1}" -a "${2}" /etc/apm/event.d 85 run-parts -a "${1}" -a "${2}" /etc/apm/event.d 86 if [ -d /etc/apm/other.d ]; then 87 run-parts -a "${1}" -a "${2}" /etc/apm/other.d
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | openl2tpd-initscript-fix-sysconfig.patch | 8 script. Use /etc/default/ instead of 9 /etc/sysconfig/ 17 diff --git a/etc/rc.d/init.d/openl2tpd b/etc/rc.d/init.d/openl2tpd 19 --- a/etc/rc.d/init.d/openl2tpd 20 +++ b/etc/rc.d/init.d/openl2tpd 25 -# config: /etc/sysconfig/openl2tpd 26 +# config: /etc/default/openl2tpd 30 . /etc/init.d/functions 31 -. /etc/sysconfig/openl2tpd 32 +. /etc/default/openl2tpd
|
| /OK3568_Linux_fs/debian/overlay/etc/init.d/ |
| H A D | rockchip.sh | 22 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf 28 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf 34 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf 40 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf 46 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf 142 if [ -e /etc/gdm3/daemon.conf ]; then 144 elif [ -e /etc/lightdm/lightdm.conf ]; then 162 if [ -e "/usr/sbin/pm-suspend" -a -e /etc/Powermanager ] ; 164 mv /etc/Powermanager/power-key.sh /usr/bin/ 165 mv /etc/Powermanager/power-key.conf /etc/triggerhappy/triggers.d/ [all …]
|
| /OK3568_Linux_fs/buildroot/package/netplug/ |
| H A D | S29netplug | 18 if [ -f /etc/init.d/functions ]; then 19 . /etc/init.d/functions 20 elif [ -f /etc/rc.d/init.d/functions ]; then 21 . /etc/rc.d/init.d/functions 25 if [ -f /etc/default/network ]; then 26 . /etc/default/network 30 elif [ ! -f /etc/network/interfaces ]; then 35 if [ -f /etc/default/netplugd ]; then 36 . /etc/default/netplugd
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit-inittab/ |
| H A D | inittab | 1 # /etc/inittab: init(8) configuration. 9 si::sysinit:/etc/init.d/rcS 14 # /etc/init.d executes the S and K scripts upon change 22 l0:0:wait:/etc/init.d/rc 0 23 l1:1:wait:/etc/init.d/rc 1 24 l2:2:wait:/etc/init.d/rc 2 25 l3:3:wait:/etc/init.d/rc 3 26 l4:4:wait:/etc/init.d/rc 4 27 l5:5:wait:/etc/init.d/rc 5 28 l6:6:wait:/etc/init.d/rc 6
|
| /OK3568_Linux_fs/buildroot/package/ifupdown-scripts/ |
| H A D | ifupdown-scripts.mk | 9 > $(TARGET_DIR)/etc/network/interfaces 17 ) >> $(TARGET_DIR)/etc/network/interfaces 31 ) >> $(TARGET_DIR)/etc/network/interfaces 35 > $(TARGET_DIR)/etc/ifup.$(IFUPDOWN_SCRIPTS_DHCP_IFACE) 37 > $(TARGET_DIR)/etc/ifdown.$(IFUPDOWN_SCRIPTS_DHCP_IFACE) 43 $(TARGET_DIR)/etc/network/nfs_check 44 $(call SYSTEM_RSYNC,$(IFUPDOWN_SCRIPTS_PKGDIR)/network,$(TARGET_DIR)/etc/network) 55 $(TARGET_DIR)/etc/init.d/S40network 66 $(TARGET_DIR)/etc/systemd/system/network.service
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/ |
| H A D | make-init-script-be-able-to-automatically-load-EDAC-.patch | 7 src/etc/edac.init.in | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 10 diff --git a/src/etc/edac.init.in b/src/etc/edac.init.in 12 --- a/src/etc/edac.init.in 13 +++ b/src/etc/edac.init.in 26 + if [ ! -f /etc/edac/edac-driver ]; then 28 + echo `lsmod | grep _edac | cut -d" " -f1` > /etc/edac/edac-driver 31 + [ -f /etc/edac/edac-driver ] && EDAC_DRIVER=`cat /etc/edac/edac-driver` 44 + echo $i> /etc/edac/edac-driver 74 + [ -f /etc/edac/edac-driver ] && EDAC_DRIVER=`cat /etc/edac/edac-driver` 90 + [ -f /etc/edac/edac-driver ] && EDAC_DRIVER=`cat /etc/edac/edac-driver`
|
| /OK3568_Linux_fs/buildroot/package/openrc/ |
| H A D | openrc.mk | 46 $(TARGET_DIR)/etc/init.d/sysv-rcs 54 $(RM) $(TARGET_DIR)/etc/runlevels/boot/{keymaps,save-keymaps} 55 $(RM) $(TARGET_DIR)/etc/init.d/{keymaps,save-keymaps} 56 $(RM) $(TARGET_DIR)/etc/conf.d/keymaps 65 $(RM) $(TARGET_DIR)/etc/runlevels/boot/{network,staticroute,loopback} 66 $(RM) $(TARGET_DIR)/etc/init.d/{network,staticroute,loopback} 67 $(RM) $(TARGET_DIR)/etc/conf.d/{network,staticroute,loopback} 79 OPENRC_GETTY_CONF_D = $(TARGET_DIR)/etc/conf.d/$(OPENRC_GETTY_SVCNAME) 86 ln -sf agetty $(TARGET_DIR)/etc/init.d/$(OPENRC_GETTY_SVCNAME) 87 ln -sf /etc/init.d/$(OPENRC_GETTY_SVCNAME) \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/ |
| H A D | 0001-To-fix-error-when-do_package.patch | 8 /etc 9 /etc/dnfdragora 10 /etc/dnfdragora/dnfdragora.yaml 25 -set(CMAKE_INSTALL_FULL_SYSCONFDIR "/etc" CACHE PATH "sysconfig directory (default /etc)") 26 …NSTALL_FULL_SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/../etc" CACHE PATH "sysconfig directory (default /… 29 …configure_file(${CMAKE_SOURCE_DIR}/etc/dnfdragora.yaml.in ${CMAKE_BINARY_DIR}/etc/dnfdragora.yaml …
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/test_opkg/ |
| H A D | post-build.sh | 8 ${IPK_BUILD}/etc/init.d/ \ 10 ${IPK_BUILD}/etc/snmp \ 11 ${IPK_BUILD}/etc/default 12 mv -f ${TARGET_DIR}/etc/init.d/S59snmpd ${IPK_BUILD}/etc/init.d/ 14 echo "agentuser nobody" > ${IPK_BUILD}/etc/snmp/snmpd.conf 15 echo "SNMPDRUN=yes" > ${IPK_BUILD}/etc/default/snmpd 34 /etc/init.d/S59snmpd start 41 /etc/init.d/S59snmpd stop
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/audit/ |
| H A D | audit_2.8.5.bb | 80 [ ! -e ${D}/etc/default ] && mkdir ${D}/etc/default 81 mv ${D}/etc/sysconfig/auditd ${D}/etc/default 82 rmdir ${D}/etc/sysconfig/ 85 install -D -m 0755 ${WORKDIR}/auditd ${D}/etc/init.d/auditd 86 rm -rf ${D}/etc/rc.d 98 mkdir -p ${D}/etc/audit ${D}/etc/audit/rules.d 99 cp ${S}/rules/10-base-config.rules ${D}/etc/audit/rules.d/audit.rules 101 chmod 750 ${D}/etc/audit ${D}/etc/audit/rules.d 102 chmod 640 ${D}/etc/audit/auditd.conf ${D}/etc/audit/rules.d/audit.rules 105 cp ${D}/etc/audit/rules.d/audit.rules ${D}/etc/audit/audit.rules
|
| /OK3568_Linux_fs/buildroot/package/frr/ |
| H A D | frr.mk | 21 --sysconfdir=/etc/frr \ 47 $(INSTALL) -D -m 0640 $(@D)/tools/etc/frr/$(f) \ 48 $(TARGET_DIR)/etc/frr/$(f) 50 $(RM) $(TARGET_DIR)/etc/frr/*.sample 55 /etc/frr/daemons f 640 frr frr - - - - - 56 /etc/frr/daemons.conf f 640 frr frr - - - - - 57 /etc/frr/frr.conf f 640 frr frr - - - - - 58 /etc/frr/vtysh.conf f 640 frr frrvty - - - - - 59 /etc/frr/support_bundle_commands.conf f 640 frr frr 68 $(TARGET_DIR)/etc/init.d/S50frr
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-common/ |
| H A D | skeleton-init-common.mk | 23 $(SED) 's,@PATH@,$(BR2_SYSTEM_DEFAULT_PATH),' $(TARGET_DIR)/etc/profile 51 mkdir -p $(TARGET_DIR)/etc 52 echo "$(SKELETON_INIT_COMMON_HOSTNAME)" > $(TARGET_DIR)/etc/hostname 54 -e '/^127.0.1.1/d' $(TARGET_DIR)/etc/hosts 61 mkdir -p $(TARGET_DIR)/etc 62 echo "$(SKELETON_INIT_COMMON_ISSUE)" > $(TARGET_DIR)/etc/issue 79 $(SED) s,^root:[^:]*:,root:$(SKELETON_INIT_COMMON_ROOT_PASSWORD):, $(TARGET_DIR)/etc/shadow 91 grep -qsE '^/bin/sh$$' $(TARGET_DIR)/etc/shells \ 92 || echo "/bin/sh" >> $(TARGET_DIR)/etc/shells 99 $(TARGET_DIR)/etc/passwd
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/ |
| H A D | conf.patch | 146 +// If you are just adding zones, please do that in /etc/bind/named.conf.local 148 +include "/etc/bind/named.conf.options"; 153 + file "/etc/bind/db.root"; 161 + file "/etc/bind/db.local"; 166 + file "/etc/bind/db.127"; 171 + file "/etc/bind/db.0"; 176 + file "/etc/bind/db.255"; 192 +include "/etc/bind/named.conf.local"; 203 +//include "/etc/bind/zones.rfc1918"; 237 +zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | rootfs-postcommands.bbclass | 14 # Create /etc/timestamp during image construction to give a reasonably sane default time setting 17 # Tweak files in /etc if read-only-rootfs is enabled 46 # Sort the user and group entries in /etc by ID in order to make the content 94 if [ -f ${IMAGE_ROOTFS}/etc/fstab ]; then 95 …ts/ro/;s/\([[:space:]]*[[:digit:]]\)\([[:space:]]*\)[[:digit:]]$/\1\20/}' ${IMAGE_ROOTFS}/etc/fstab 99 if [ -f ${IMAGE_ROOTFS}/etc/inittab ]; then 100 sed -i 's|/bin/mount -o remount,rw /|/bin/mount -o remount,ro /|' ${IMAGE_ROOTFS}/etc/inittab 103 # If we're using openssh and the /etc/ssh directory has no pre-generated keys, 104 # we should configure openssh to use the configuration file /etc/ssh/sshd_config_readonly 106 # If overlayfs-etc is used this is not done as /etc is treated as writable [all …]
|