| /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/kernel/scripts/selinux/ |
| H A D | install_policy.sh | 35 echo "SELINUX=disabled in /etc/selinux/config." 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 [all …]
|
| /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/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 20 # Put a nologin file in /etc to prevent people from logging in before 25 echo "System bootup in progress - please wait" > /etc/nologin 26 cp /etc/nologin /etc/nologin.boot 41 SYSCTL_CONF="/etc/sysctl.conf" 58 # Update /etc/motd. 62 uname -a > /etc/motd.tmp 63 sed 1d /etc/motd >> /etc/motd.tmp [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | 30 * |-- etc/ 33 * |-- reletc -> etc/ 34 * |-- relsym -> etc/passwd 35 * |-- absetc -> /etc/ 36 * |-- abssym -> /etc/passwd 42 * |-- passwd -> ../cheeky/../cheeky/../etc/../etc/passwd 43 * |-- abspasswd -> /../cheeky/../cheeky/../etc/../etc/passwd 44 * |-- dotdotlink -> ../../../../../../../../../../../../../../etc/passwd 45 * `-- garbagelink -> /../../../../../../../../../../../../../../etc/passwd 82 E_mkdirat(dfd, "etc", 0755); in setup_testdir() [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | post-usb.sh | 19 "$TARGET_DIR/etc/profile.d/adbd.sh" 24 "$TARGET_DIR/etc/profile.d/adbd.sh" 36 "$TARGET_DIR/etc/adbkey.pub" 37 echo "export ADBD_RSA_KEY_FILE=/etc/adbkey.pub" >> \ 38 "$TARGET_DIR/etc/profile.d/adbd.sh" 55 } >> "$TARGET_DIR/etc/profile.d/usbdevice.sh" 84 mkdir -p "$TARGET_DIR/etc" "$TARGET_DIR/lib" \ 87 find "$TARGET_DIR/etc" "$TARGET_DIR/lib" "$TARGET_DIR/usr/bin" \ 89 find "$TARGET_DIR/etc" -name ".usb_config" -print0 | xargs -0 rm -rf 92 mkdir -p "$TARGET_DIR/etc/profile.d" [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/post-hooks/ |
| H A D | 02-usb.sh | 19 "$TARGET_DIR/etc/profile.d/adbd.sh" 24 "$TARGET_DIR/etc/profile.d/adbd.sh" 36 "$TARGET_DIR/etc/adbkey.pub" 37 echo "export ADBD_RSA_KEY_FILE=/etc/adbkey.pub" >> \ 38 "$TARGET_DIR/etc/profile.d/adbd.sh" 55 } >> "$TARGET_DIR/etc/profile.d/usbdevice.sh" 84 mkdir -p "$TARGET_DIR/etc" "$TARGET_DIR/lib" \ 87 find "$TARGET_DIR/etc" "$TARGET_DIR/lib" "$TARGET_DIR/usr/bin" \ 89 find "$TARGET_DIR/etc" -name ".usb_config" -print0 | xargs -0 rm -rf 92 mkdir -p "$TARGET_DIR/etc/profile.d" [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 …]
|
| /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/board/forlinx/ok3568/fs-overlay/usr/bin/ |
| H A D | fltest_wifi.sh | 8 /etc/init.d/S80dnsmasq stop > /dev/null 42 if [ -e /etc/wpa_supplicant.conf ] 44 rm /etc/wpa_supplicant.conf 46 echo \#PSK/TKIP >> /etc/wpa_supplicant.conf 47 echo ctrl_interface=/var/run/wpa_supplicant >>/etc/wpa_supplicant.conf 48 echo ctrl_interface_group=0 >>/etc/wpa_supplicant.conf 49 echo update_config=1 >>/etc/wpa_supplicant.conf 50 echo network={ >>/etc/wpa_supplicant.conf 51 echo ssid=\"$ssid\" >>/etc/wpa_supplicant.conf 52 echo scan_ssid=1 >>/etc/wpa_supplicant.conf [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | Kconfig | 60 platforms such as apq8064, msm8660, msm8960 etc. 73 platforms such as apq8016, apq8084, msm8974 etc. 90 i2c, USB, SD/eMMC, SATA, PCIe, etc. 99 graphics, video encode/decode, camera, etc. 125 i2c, USB, SD/eMMC, etc. 132 i2c, USB, SD/eMMC, etc. Select this for the root clock 140 i2c, USB, SD/eMMC, etc. 148 S/PDIF, etc. 155 i2c, USB, SD/eMMC, etc. Select this for the root clock 163 i2c, USB, SD/eMMC, etc. [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/ |
| H A D | apmd_proxy | 42 # add a script to /etc/apm/event.d. This script will be called by 47 # the scripts in /etc/apm/scripts.d instead of /etc/apm/event.d and 48 # symlink to these from /etc/apm/suspend.d, /etc/apm/resume.d and 49 # /etc/apm/other.d using names whose lexicographical order is the same 66 #[ -r /etc/apm/apmd_proxy.conf ] && . /etc/apm/apmd_proxy.conf 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 [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/pam.d/ |
| H A D | login | 13 # auth required pam_issue.so issue=/etc/issue 15 # Disallows root logins except on tty's listed in /etc/securetty 25 # Disallows other than root logins when /etc/nologin exists 31 # file /etc/security/pam_env.conf. 33 # parsing /etc/environment needs "readenv=1" 41 # Please edit /etc/security/group.conf to fit your needs 45 # Uncomment and edit /etc/security/time.conf if you need to set 48 # as well as /etc/porttime) 51 # Uncomment and edit /etc/security/access.conf if you need to 53 # (Replaces /etc/login.access file) [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/debian/scripts/rkstage0/02-sys-tweaks/ |
| H A D | 00-run.sh | 3 install -d "${ROOTFS_DIR}/etc/systemd/system/getty@tty1.service.d" 4 install -v -m 0644 files/noclear.conf "${ROOTFS_DIR}/etc/systemd/system/getty@tty1.service.d/noclea… 5 install -v -m 0644 files/serial-getty@.service "${ROOTFS_DIR}/etc/systemd/system/" 6 install -v -m 0644 files/fstab "${ROOTFS_DIR}/etc/fstab" 16 chmod 777 ${ROOTFS_DIR}/etc/sudoers 17 echo "${FIRST_USER_NAME} ALL=(ALL:ALL) ALL" >> ${ROOTFS_DIR}/etc/sudoers 18 chmod 440 ${ROOTFS_DIR}/etc/sudoers 20 install -d "${ROOTFS_DIR}/etc/systemd/system/rc-local.service.d" 21 install -v -m 0644 files/ttyoutput.conf "${ROOTFS_DIR}/etc/systemd/system/rc-local.service.d/" 23 install -v -m 0644 files/50raspi "${ROOTFS_DIR}/etc/apt/apt.conf.d/" [all …]
|
| /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/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/lib/oeqa/selftest/cases/oelib/ |
| H A D | path.py | 13 …DIRS = [ "a", "b", "etc", "sbin", "usr", "usr/bin", "usr/binX", "usr/sbin", "usr/include", "usr/in… 14 FILES = [ "etc/passwd", "b/file" ] 19 ( "etc/passwd-1", "passwd", "/etc/passwd" ), 20 ( "etc/passwd-2", "passwd-1", "/etc/passwd" ), 21 ( "etc/passwd-3", "/etc/passwd-1", "/etc/passwd" ), 22 ( "etc/shadow-1", "/etc/shadow", "/etc/shadow" ), 23 ( "etc/shadow-2", "/etc/shadow-1", "/etc/shadow" ),
|
| /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
|
| H A D | audit_3.0.8.bb | 86 [ ! -e ${D}/etc/default ] && mkdir ${D}/etc/default 87 mv ${D}/etc/sysconfig/auditd ${D}/etc/default 88 rmdir ${D}/etc/sysconfig/ 91 install -D -m 0755 ${WORKDIR}/auditd ${D}/etc/init.d/auditd 92 rm -rf ${D}/etc/rc.d 104 mkdir -p ${D}/etc/audit ${D}/etc/audit/rules.d 105 cp ${S}/rules/10-base-config.rules ${D}/etc/audit/rules.d/audit.rules 107 chmod 750 ${D}/etc/audit ${D}/etc/audit/rules.d 108 chmod 640 ${D}/etc/audit/auditd.conf ${D}/etc/audit/rules.d/audit.rules 111 cp ${D}/etc/audit/rules.d/audit.rules ${D}/etc/audit/audit.rules
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | makedbs.sh | 4 # Make passwd.db, group.db, etc. 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 [all …]
|
| /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/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/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 …]
|