Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
141aacc0
Commit
141aacc0
authored
Sep 06, 2014
by
Michael Biebl
Browse files
Add systemd-bus-proxy system user so systemd-bus-proxyd can properly drop its privileges
parent
2b9f2a67
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
141aacc0
...
...
@@ -37,6 +37,8 @@ systemd (215-1) UNRELEASED; urgency=medium
warning messages about the missing home directories. Those are created
dynamically during runtime. (Closes: #759175)
* Set the gecos field when creating the system users.
* Add systemd-bus-proxy system user so systemd-bus-proxyd can properly drop
its privileges.
-- Michael Biebl <biebl@debian.org> Tue, 26 Aug 2014 12:09:10 +0200
...
...
debian/systemd.postinst
View file @
141aacc0
...
...
@@ -112,6 +112,8 @@ adduser --quiet --system --group --no-create-home --home /run/systemd/netif \
--gecos
"systemd Network Management"
systemd-network
adduser
--quiet
--system
--group
--no-create-home
--home
/run/systemd/resolve
\
--gecos
"systemd Resolver"
systemd-resolve
adduser
--quiet
--system
--group
--no-create-home
--home
/run/systemd
\
--gecos
"systemd Bus Proxy"
systemd-bus-proxy
# Initial update of the Message Catalogs database
_update_catalog
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment