Home
last modified time | relevance | path

Searched full:etc (Results 1 – 25 of 4860) sorted by relevance

12345678910>>...195

/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dshadow-update-pam-conf.patch18 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 Dinit4 …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
11 # copying them back to /etc, which would create them back in the overlay
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
[all …]
/openbmc/openbmc/meta-security/recipes-ids/ossec/
H A Dossec-hids_3.7.0.bb77 # 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/linux/scripts/selinux/
H A Dinstall_policy.sh42 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/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A Dmain.cf14 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/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dbootmisc.sh15 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 …]
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_bmc_file_mirroring.robot19 # 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/linux/tools/testing/selftests/openat2/
H A Dresolve_test.c30 * |-- 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 …]
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/
H A D0002-Makefile-don-t-set-uid-gid.patch91 - $(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-security/lib/oeqa/runtime/cases/
H A Dtripwire.py22 status, output = self.target.run('/etc/tripwire/twinstall.sh')
25 msg = ('/etc/tripwire/twinstall.sh failed. '
31 …('twadmin --create-cfgfile --cfgfile /etc/tripwire/twcfg.enc --site-keyfile /etc/tripwire/site.key…
32 …e-polfile --cfgfile /etc/tripwire/twcfg.enc --polfile /etc/tripwire/twpol.enc --site-keyfile /etc/…
33 match = re.search('Wrote policy file: /etc/tripwire/twpol.enc', output)
42 …e --init --cfgfile /etc/tripwire/twcfg.enc --polfile /etc/tripwire/tw.pol --site-keyfile /etc/trip…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tpd-initscript-fix-sysconfig.patch8 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-extended/shadow/files/pam.d/
H A Dlogin13 # 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 …]
H A Dsu25 # Uncomment and edit /etc/security/time.conf if you need to set
28 # as well as /etc/porttime)
33 # file /etc/security/pam_env.conf.
35 # parsing /etc/environment needs "readenv=1"
40 # in /etc/login.defs to make sure that removing a user
42 # See comments in /etc/login.defs
47 # Sets up user limits, please uncomment and read /etc/security/limits.conf
49 # (Replaces the use of /etc/limits in old login)
53 # NIS (man nsswitch) as well as normal /etc/passwd and
54 # /etc/shadow entries.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dwhitelist1 /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-build-scripts/
H A Dbuild-rootfs-size-docker.sh10 # default ones in /etc/apt/sources.list
31 …cho \"deb ${UBUNTU_MIRROR} \$(. /etc/os-release && echo \$VERSION_CODENAME) main restricted univer…
32 …"deb ${UBUNTU_MIRROR} \$(. /etc/os-release && echo \$VERSION_CODENAME)-updates main restricted uni…
33 …"deb ${UBUNTU_MIRROR} \$(. /etc/os-release && echo \$VERSION_CODENAME)-security main restricted un…
34 …"deb ${UBUNTU_MIRROR} \$(. /etc/os-release && echo \$VERSION_CODENAME)-proposed main restricted un…
35 …deb ${UBUNTU_MIRROR} \$(. /etc/os-release && echo \$VERSION_CODENAME)-backports main restricted un…
43 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
68 RUN grep -q ${GROUPS[0]} /etc/group || groupadd -g ${GROUPS[0]} ${USER}
70 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
71 RUN sed -i '1iDefaults umask=000' /etc/sudoers
[all …]
/openbmc/linux/drivers/clk/qcom/
H A DKconfig79 platforms such as apq8064, msm8660, msm8960 etc.
92 platforms such as apq8016, apq8084, msm8974 etc.
110 i2c, USB, SD/eMMC, SATA, PCIe, etc.
120 graphics, video encode/decode, camera, etc.
147 i2c, USB, SD/eMMC, etc.
155 i2c, USB, SD/eMMC, etc.
163 i2c, USB, SD/eMMC, etc.
170 i2c, USB, SD/eMMC, etc. Select this for the root clock
179 i2c, USB, SD/eMMC, etc.
188 S/PDIF, etc.
[all …]
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/
H A Dinittab1 # /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/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dpath.py15 …DIRS = [ "a", "b", "etc", "sbin", "usr", "usr/bin", "usr/binX", "usr/sbin", "usr/include", "usr/in…
16 FILES = [ "etc/passwd", "b/file" ]
21 ( "etc/passwd-1", "passwd", "/etc/passwd" ),
22 ( "etc/passwd-2", "passwd-1", "/etc/passwd" ),
23 ( "etc/passwd-3", "/etc/passwd-1", "/etc/passwd" ),
24 ( "etc/shadow-1", "/etc/shadow", "/etc/shadow" ),
25 ( "etc/shadow-2", "/etc/shadow-1", "/etc/shadow" ),
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass22 # Create /etc/timestamp during image construction to give a reasonably sane default time setting
25 # Tweak files in /etc if read-only-rootfs is enabled
54 # Sort the user and group entries in /etc by ID in order to make the content
89 with open(os.path.join(d.getVar('IMAGE_ROOTFS'), 'etc/passwd'), 'r') as pwfile:
98 with open(os.path.join(d.getVar('IMAGE_ROOTFS'), 'etc/group'), 'r') as gfile:
118 # groups are already defined in /etc/passwd and /etc/groups with similar
181 if [ -f ${IMAGE_ROOTFS}/etc/fstab ]; then
182 …ts/ro/;s/\([[:space:]]*[[:digit:]]\)\([[:space:]]*\)[[:digit:]]$/\1\20/}' ${IMAGE_ROOTFS}/etc/fstab
186 if [ -f ${IMAGE_ROOTFS}/etc/inittab ]; then
187 sed -i 's|/bin/mount -o remount,rw /|/bin/mount -o remount,ro /|' ${IMAGE_ROOTFS}/etc/inittab
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf/
H A D0001-avoid-using-m-option-for-readlink.patch11 But in case of OE, the existence of /etc is ensured, and busybox
19 etc/resolvconf/update.d/libc | 2 +-
22 diff --git a/etc/resolvconf/update.d/libc b/etc/resolvconf/update.d/libc
24 --- a/etc/resolvconf/update.d/libc
25 +++ b/etc/resolvconf/update.d/libc
30 - [ -L ${ETC}/resolv.conf ] && [ "$(readlink -m ${ETC}/resolv.conf)" = "$DYNAMICRSLVCNFFILE" ]
31 + [ -L ${ETC}/resolv.conf ] && [ "$(readlink -f ${ETC}/resolv.conf)" = "$DYNAMICRSLVCNFFILE" ]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/
H A Dmake-init-script-be-able-to-automatically-load-EDAC-.patch7 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 D0001-To-fix-error-when-do_package.patch8 /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/poky/meta/recipes-connectivity/ppp/ppp/
H A Dinit3 # /etc/init.d/ppp: start or stop PPP link.
6 # rename the /etc/ppp/no_ppp_on_boot file to /etc/ppp/ppp_on_boot, and
10 . /etc/init.d/functions
12 test -x /usr/sbin/pppd -a -f /etc/ppp/ppp_on_boot || exit 0
13 if [ -x /etc/ppp/ppp_on_boot ]; then RUNFILE=1; fi
19 /etc/ppp/ppp_on_boot
43 /etc/ppp/ppp_on_boot
52 echo "Usage: /etc/init.d/ppp {start|stop|status|restart|force-reload}"
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dmakedbs.sh4 # 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 …]
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch146 +// 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 …]

12345678910>>...195