Skip to content

Commit cb88850

Browse files
authored
Merge pull request #3685 from SUSE/restore_xorg_group
Explicitly set group id to 100 (bsc#1262306)
2 parents ed038f5 + d618c65 commit cb88850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bci_build/package/xorg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
supported_until=KIOSK_SUPPORT_ENDS,
136136
# TODO add package_version_check and tag_version
137137
build_stage_custom_end=textwrap.dedent(f"""\
138-
{DOCKERFILE_RUN} useradd -m -u 1000 -U user
138+
{DOCKERFILE_RUN} useradd -m -u 1000 -g 100 user
139139
"""),
140140
custom_end=textwrap.dedent("""
141141
ENV DISPLAY=":0"

0 commit comments

Comments
 (0)