Home
last modified time | relevance | path

Searched refs:USER (Results 26 – 50 of 160) sorted by relevance

1234567

/openbmc/openbmc-build-scripts/
H A Dbuild-rootfs-size-docker.sh81 RUN grep -q ${GROUPS[0]} /etc/group || groupadd -g ${GROUPS[0]} ${USER}
83 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
85 RUN echo "${USER} ALL=(ALL) NOPASSWD: ALL" >>/etc/sudoers
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-loongarch-cross.docker51 ARG USER
53 RUN if [ "${USER}" ]; then \
54 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-legacy-test-cross.docker48 ARG USER
50 RUN if [ "${USER}" ]; then \
51 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-hexagon-cross.docker51 ARG USER
53 RUN if [ "${USER}" ]; then \
54 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Dalpine.docker131 ARG USER
133 RUN if [ "${USER}" ]; then \
134 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Dcentos9.docker136 ARG USER
138 RUN if [ "${USER}" ]; then \
139 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Dfedora-win64-cross.docker112 ARG USER
114 RUN if [ "${USER}" ]; then \
115 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-all-test-cross.docker73 ARG USER
75 RUN if [ "${USER}" ]; then \
76 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Dopensuse-leap.docker141 ARG USER
143 RUN if [ "${USER}" ]; then \
144 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Dubuntu2204.docker151 ARG USER
153 RUN if [ "${USER}" ]; then \
154 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Dfedora.docker153 ARG USER
155 RUN if [ "${USER}" ]; then \
156 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-riscv64-cross.docker84 ARG USER
86 RUN if [ "${USER}" ]; then \
87 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian.docker164 ARG USER
166 RUN if [ "${USER}" ]; then \
167 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-s390x-cross.docker173 ARG USER
175 RUN if [ "${USER}" ]; then \
176 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-amd64-cross.docker176 ARG USER
178 RUN if [ "${USER}" ]; then \
179 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-armel-cross.docker176 ARG USER
178 RUN if [ "${USER}" ]; then \
179 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-i686-cross.docker176 ARG USER
178 RUN if [ "${USER}" ]; then \
179 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/
H A Dxserver-nodm.conf.in7 USER=@USER@
H A Dxserver-nodm33 if [ "$USER" != "root" ]; then
52 su -l -c '/etc/xserver-nodm/Xserver &' $USER
H A Dcapability.conf1 cap_sys_admin @USER@
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-qemu-robot-docker.sh150 RUN grep -q ${GROUPS[0]} /etc/group || groupadd -g ${GROUPS[0]} ${USER}
152 ${USER}
153 USER ${USER}
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3798cv200-poplar.dts140 gpio-line-names = "", "USER-LED-1",
141 "USER-LED-2", "",
149 "", "USER-LED-0",
159 "USER-LED-3", "";
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/
H A Dxserver-nodm-init_3.0.bb44 sed -i "s:@USER@:${XUSER}:" ${D}${sysconfdir}/security/capability.conf
49 sed -i "s:@HOME@:${XUSER_HOME}:; s:@USER@:${XUSER}:; s:@BLANK_ARGS@:${BLANK_ARGS}:" \
56 sed -i "s:@USER@:${XUSER}:" ${D}${systemd_system_unitdir}/xserver-nodm.service
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/
H A Dget-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch30 - LogDebugFn("USER PS: Error getting path to home directory: getpwent_r: %s",
38 LogDebugFn("USER PS: Error getting path to home directory: getpwent: %s",
/openbmc/phosphor-debug-collector/
H A Ddump_manager_bmc.cpp51 DumpTypes dumpType = DumpTypes::USER; in createDump()
66 if ((Manager::fUserDumpInProgress == true) && (dumpType == DumpTypes::USER)) in createDump()
101 if (dumpType == DumpTypes::USER) in createDump()
136 if (type == DumpTypes::USER) in captureDump()

1234567