/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | shadow-update-pam-conf.patch | 29 diff --git a/etc/pam.d/chage b/etc/pam.d/chage 31 --- a/etc/pam.d/chage 32 +++ b/etc/pam.d/chage 39 diff --git a/etc/pam.d/chgpasswd b/etc/pam.d/chgpasswd 49 diff --git a/etc/pam.d/groupadd b/etc/pam.d/groupadd 59 diff --git a/etc/pam.d/groupdel b/etc/pam.d/groupdel 69 diff --git a/etc/pam.d/groupmems b/etc/pam.d/groupmems 79 diff --git a/etc/pam.d/groupmod b/etc/pam.d/groupmod 89 diff --git a/etc/pam.d/useradd b/etc/pam.d/useradd 99 diff --git a/etc/pam.d/userdel b/etc/pam.d/userdel [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts/ |
H A D | init | 4 …if ! mount overlay /etc -t overlay -o defaults,lowerdir=/etc,upperdir=/var/persist/etc,workdir=/va… 5 mount overlay /etc -t overlay -o defaults,lowerdir=/etc:/var/persist/etc 13 if ! umount /etc; then 16 rm -rf /var/persist/etc-save 17 mv /var/persist/etc /var/persist/etc-save 18 mkdir -p /var/persist/etc 20 cp -rp /var/persist/etc-save/* /etc/ 21 rm -rf /var/persist/etc-save 30 mkdir -p /var/persist/etc /var/persist/etc-work /var/persist/home/root 32 rm -rf /var/persist/etc-work/* [all …]
|
/openbmc/linux/scripts/selinux/ |
H A D | install_policy.sh | 42 mkdir -p /etc/selinux/dummy/policy 43 mkdir -p /etc/selinux/dummy/contexts/files 48 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF 59 cp dbus_contexts /etc/selinux/dummy/contexts 60 cp policy.$VERS /etc/selinux/dummy/policy 63 if [ ! -d /etc/selinux ]; then 64 mkdir -p /etc/selinux 66 if [ -f /etc/selinux/config ]; then 68 mv /etc/selinux/config /etc/selinux/config.bak 71 cat > /etc/selinux/config << EOF [all …]
|
/openbmc/openbmc/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 56 if [ -e /etc/ethers ]; then 62 printf "=%s ", $$2; print }' /etc/ethers | \ 68 if [ -e /etc/protocols ]; then 82 if [ -e /etc/rpc ]; then 96 if [ -e /etc/services ]; then 115 if [ -e /etc/shadow ]; then 138 if [ -e /etc/gshadow ]; then [all …]
|
/openbmc/openbmc/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
|
/openbmc/openbmc/meta-security/recipes-ids/ossec/ |
H A D | ossec-hids_3.7.0.bb | 77 # For the etc dir 78 chmod 550 ${OSSEC_DIR}/etc 80 if [ -f /etc/localtime ]; then 81 cp -pL /etc/localtime ${OSSEC_DIR}/etc/; 86 if [ -f /etc/TIMEZONE ]; then 87 cp -p /etc/TIMEZONE ${OSSEC_DIR}/etc/; 99 chmod 550 ${OSSEC_DIR}/etc 138 if [ -e ${OSSEC_DIR}/etc/ossec-init.conf ] && [ -d /etc/ ]; then 142 ln -s ${OSSEC_DIR}/etc/ossec-init.conf /etc/ossec-init.conf 146 if [ -x ${OSSEC_DIR}/etc/init.d/ossec ] && [ -d /etc/init.d/ ]; then [all …]
|
/openbmc/openbmc/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` 30 #config_directory = /etc/postfix 31 sample_directory = /etc/postfix 73 # check_sender_access hash:/etc/postfix/access_domains, 83 # check_helo_access pcre:/etc/postfix/helo_checks.pcre, 87 # check_helo_access hash:/etc/postfix/maps/access_helo, 88 # check_helo_access hash:/etc/postfix/maps/verify_helo, [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | whitelist | 1 /etc/dropbear/dropbear_rsa_host_key 2 /etc/group 3 /etc/gshadow 4 /etc/ipmi_pass 5 /etc/machine-id 6 /etc/passwd 7 /etc/resolv.conf 8 /etc/shadow 9 /etc/systemd/network
|
/openbmc/openbmc/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 | 26 install -m 755 X11/Xserver $(DESTDIR)/etc/X11/Xserver 30 install -d $(DESTDIR)/etc/X11/xmodmap 41 -. /etc/init.d/functions 42 +. /etc/X11/functions 53 -. /etc/init.d/functions 54 +. /etc/X11/functions 57 xmodmap - </etc/X11/xmodmap/default.xmodmap 79 @@ -30,7 +30,7 @@ if [ -f /etc/profile ]; then 80 . /etc/profile 83 -. /etc/init.d/functions [all …]
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_bmc_file_mirroring.robot | 20 # /etc/dropbear/ 21 # /etc/group 22 # /etc/gshadow 23 # /etc/hostname 24 # /etc/machine-id 25 # /etc/passwd 26 # /etc/shadow 27 # /etc/ssl/ 28 # /etc/ssl/certs/nginx/ 29 # /etc/ssl/private/ [all …]
|
/openbmc/openbmc/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
|
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
H A D | 0002-Makefile-don-t-set-uid-gid.patch | 94 - $(call INSTALL_CMD,0440,root,${OSSEC_GROUP}) /etc/localtime ${PREFIX}/etc 95 + $(call INSTALL_CMD,0440) /etc/localtime ${PREFIX}/etc 98 - $(call INSTALL_CMD,0440,root,${OSSEC_GROUP}) /etc/resolv.conf ${PREFIX}/etc 99 + $(call INSTALL_CMD,0440) /etc/resolv.conf ${PREFIX}/etc 106 - $(call INSTALL_CMD,440,root,${OSSEC_GROUP}) /etc/TIMEZONE ${PREFIX}/etc/ 107 + $(call INSTALL_CMD,440) /etc/TIMEZONE ${PREFIX}/etc/ 116 + $(call INSTALL_CMD,0640) -b ../etc/internal_options.conf ${PREFIX}/etc/ 127 - $(call INSTALL_CMD,0640,root,${OSSEC_GROUP}) ../etc/ossec.mc ${PREFIX}/etc/ossec.conf 128 + $(call INSTALL_CMD,0640) ../etc/ossec.mc ${PREFIX}/etc/ossec.conf 244 - $(call INSTALL_CMD,0640,root,${OSSEC_GROUP}) ../etc/decoder.xml ${PREFIX}/etc/ [all …]
|
/openbmc/openbmc/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
|
/openbmc/openbmc/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 27 -set(CMAKE_INSTALL_FULL_SYSCONFDIR "/etc" CACHE PATH "sysconfig directory (default /etc)") 28 …NSTALL_FULL_SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/../etc" CACHE PATH "sysconfig directory (default /… 31 …configure_file(${CMAKE_SOURCE_DIR}/etc/dnfdragora.yaml.in ${CMAKE_BINARY_DIR}/etc/dnfdragora.yaml …
|
/openbmc/openbmc/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`
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/ |
H A D | 0001-change-sysconfig-path-to-etc-default.patch | 4 Subject: [PATCH] change sysconfig path to /etc/default 6 OE uses /etc/default for service configuration, not /etc/sysconfig which 25 -Description=Watch /etc/sysconfig/btrfsmaintenance 26 +Description=Watch /etc/default/btrfsmaintenance 29 -PathChanged=/etc/sysconfig/btrfsmaintenance 30 +PathChanged=/etc/default/btrfsmaintenance 40 -Description=Update cron periods from /etc/sysconfig/btrfsmaintenance 41 +Description=Update cron periods from /etc/default/btrfsmaintenance
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | twpol-yocto.txt | 60 TWPOL="/etc/tripwire"; 62 TWSKEY="/etc/tripwire"; 63 TWLKEY="/etc/tripwire"; 985 /etc/crontab -> $(SEC_BIN) ; 986 /etc/cron.hourly -> $(SEC_BIN) ; 987 /etc/cron.daily -> $(SEC_BIN) ; 988 /etc/cron.weekly -> $(SEC_BIN) ; 989 /etc/cron.monthly -> $(SEC_BIN) ; 990 /etc/default -> $(SEC_BIN) ; 991 /etc/fstab -> $(SEC_BIN) ; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | openhpi.init | 39 if test -f /etc/init.d/functions 42 . /etc/init.d/functions 43 elif test -f /etc/rc.status 46 . /etc/rc.status 51 elif test -f /etc/gentoo-release 99 startproc /usr/sbin/openhpid -c /etc/openhpi/openhpi.conf 104 start_daemon /usr/sbin/openhpid -c /etc/openhpi/openhpi.conf 109 start-stop-daemon --start --quiet --exec /usr/sbin/openhpid -- -c /etc/openhpi/openhpi.conf 114 /usr/sbin/openhpid -c /etc/openhpi/openhpi.conf
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/ |
H A D | init | 4 . /etc/init.d/functions 20 test -f /etc/default/bluetooth && . /etc/default/bluetooth 21 test -f /etc/default/rcS && . /etc/default/rcS 53 N=/etc/init.d/bluetooth
|
/openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/files/ |
H A D | modutils.sh | 28 [ -f /etc/modules ] || [ -d /etc/modules-load.d ] || exit 0 50 [ -f /etc/modules ] && process_file /etc/modules 52 [ -d /etc/modules-load.d ] || exit 0 54 for f in /etc/modules-load.d/*.conf; do
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/ |
H A D | Modify-configure.in-and-etc-Makefile.am.patch | 4 Subject: [PATCH] Modify configure.in and etc/Makefile.am 14 etc/Makefile.am | 9 ++++++--- 15 etc/radiusclient.conf.in | 2 +- 42 diff --git a/etc/Makefile.am b/etc/Makefile.am 44 --- a/etc/Makefile.am 45 +++ b/etc/Makefile.am 69 diff --git a/etc/radiusclient.conf.in b/etc/radiusclient.conf.in 71 --- a/etc/radiusclient.conf.in 72 +++ b/etc/radiusclient.conf.in
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/ |
H A D | rc | 18 . /etc/default/rcS 85 if [ -d /etc/rc$runlevel.d ] 119 for s in /etc/rc$runlevel.d/[SK]*; do 132 for i in /etc/rc$runlevel.d/K[0-9][0-9]* 143 for i in /etc/rc$runlevel.d/S* 154 stop=/etc/rc$runlevel.d/K[0-9][0-9]$suffix 155 previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix 178 if [ "x$runlevel" != "xS" ] && [ ! -x /etc/rc${runlevel}.d/S??xserver-nodm ]; then
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_hest_ghes.rst | 15 etc/acpi/tables etc/hardware_errors 60 "etc/acpi/tables" fw_cfg blob. Each error source has different 63 (2) A new fw_cfg blob called "etc/hardware_errors" is introduced. QEMU 64 also needs to populate this blob. The "etc/hardware_errors" fw_cfg blob 71 for the "etc/hardware_errors" fw_cfg blob is (N * 8 * 2 + N * 4096) bytes. 75 firmware pre-allocates memory for "etc/acpi/tables", "etc/hardware_errors" 80 corresponding "address registers" in the "etc/hardware_errors" blob. 84 corresponding "read_ack_register" within the "etc/hardware_errors" blob. 88 respective "Error Status Data Block" in the "etc/hardware_errors" blob. 91 "etc/hardware_errors_addr". Through that blob, the firmware can send back [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/ |
H A D | Xserver | 8 . /etc/profile 11 . /etc/default/xserver-nodm 14 if [ -e /etc/X11/xserver-common ] ; then 15 . /etc/X11/xserver-common 25 exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $*
|
/openbmc/openbmc/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 48 # as well as /etc/porttime) 53 # (Replaces /etc/login.access file) 57 # (Replaces the use of /etc/limits in old login) 69 # in /etc/login.defs to make sure that removing a user [all …]
|