Bug 1178716

Summary: rtkit uses /proc as its home directory
Product: [openSUSE] openSUSE Tumbleweed Reporter: Dr. Werner Fink <werner>
Component: BasesystemAssignee: Scott Reeves <sreeves>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: amajer, dimstar, fvogt, hpj, meissner, mvetter, sndirsch, sreeves, thorsten.behrens, werner
Version: Current   
Target Milestone: ---   
Hardware: All   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Dr. Werner Fink 2020-11-12 10:42:28 UTC
From https://bugzilla.opensuse.org/show_bug.cgi?id=1178296#c27
> rtkit does this in %post:
> %{_bindir}/id rtkit >/dev/null 2>&1 || \
>        useradd -r -g rtkit -c 'RealtimeKit' -s /bin/false -d /proc rtkit
>
> While it probably shouldn't use /proc as home,
Comment 1 Thorsten Kukuk 2020-11-12 11:14:08 UTC
We have /var/lib/empty as home directory in this cases.
Comment 2 Fabian Vogt 2020-11-12 11:24:29 UTC
I already submitted this before this bug was opened, so it's not linked here: https://build.opensuse.org/request/show/848099

Apparently it got accepted already, so closing as fixed.