/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | shadow-update-pam-conf.patch | 18 etc/pam.d/chage | 2 +- 19 etc/pam.d/chgpasswd | 2 +- 20 etc/pam.d/groupadd | 2 +- 21 etc/pam.d/groupdel | 2 +- 22 etc/pam.d/groupmems | 2 +- 23 etc/pam.d/groupmod | 2 +- 24 etc/pam.d/useradd | 2 +- 25 etc/pam.d/userdel | 2 +- 26 etc/pam.d/usermod | 2 +- 29 diff --git a/etc/pam.d/chage b/etc/pam.d/chage [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 45 echo "__default__:user_u:s0" > /etc/selinux/dummy/seusers 46 echo "base_r:base_t:s0" > /etc/selinux/dummy/contexts/failsafe_context 47 echo "base_r:base_t:s0 base_r:base_t:s0" > /etc/selinux/dummy/default_contexts 48 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF 55 touch /etc/selinux/dummy/contexts/virtual_domain_context 56 touch /etc/selinux/dummy/contexts/virtual_image_context 58 cp file_contexts /etc/selinux/dummy/contexts/files 59 cp dbus_contexts /etc/selinux/dummy/contexts [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 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 …]
|
/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 79 chown -R root:${OSSEC_GID} ${OSSEC_DIR}/etc 80 if [ -f /etc/localtime ]; then 81 cp -pL /etc/localtime ${OSSEC_DIR}/etc/; 82 chmod 555 ${OSSEC_DIR}/etc/localtime 83 chown root:${OSSEC_GID} ${OSSEC_DIR}/etc/localtime 86 if [ -f /etc/TIMEZONE ]; then 87 cp -p /etc/TIMEZONE ${OSSEC_DIR}/etc/; 88 chmod 555 ${OSSEC_DIR}/etc/TIMEZONE [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` 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 …]
|
/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-test-automation/redfish/extended/ |
H A D | test_bmc_file_mirroring.robot | 19 # Example output from "cat /etc/synclist" file: 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/ [all …]
|
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
H A D | 0002-Makefile-don-t-set-uid-gid.patch | 91 - $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/etc 92 + $(call INSTALL_CMD,0550) -d ${PREFIX}/etc 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 105 ifneq (,$(wildcard /etc/TIMEZONE)) 106 - $(call INSTALL_CMD,440,root,${OSSEC_GROUP}) /etc/TIMEZONE ${PREFIX}/etc/ 107 + $(call INSTALL_CMD,440) /etc/TIMEZONE ${PREFIX}/etc/ 115 - $(call INSTALL_CMD,0640,root,${OSSEC_GROUP}) -b ../etc/internal_options.conf ${PREFIX}/etc/ [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/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-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-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-security/recipes-ids/tripwire/files/ |
H A D | twpol-yocto.txt | 60 TWPOL="/etc/tripwire"; 62 TWSKEY="/etc/tripwire"; 63 TWLKEY="/etc/tripwire"; 175 /etc -> $(SEC_INVARIANT) (recurse = 0) ; 340 /etc/sysconfig/network-scripts/ifdown -> $(SEC_CRIT) ; 341 /etc/sysconfig/network-scripts/ifdown-cipcb -> $(SEC_CRIT) ; 342 /etc/sysconfig/network-scripts/ifdown-ippp -> $(SEC_CRIT) ; 343 /etc/sysconfig/network-scripts/ifdown-ipv6 -> $(SEC_CRIT) ; 344 /etc/sysconfig/network-scripts/ifdown-isdn -> $(SEC_CRIT) ; 345 /etc/sysconfig/network-scripts/ifdown-post -> $(SEC_CRIT) ; [all …]
|
/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/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-connectivity/bind/bind/ |
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 …]
|
/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/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-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 …]
|
/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/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/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 $*
|