Skip to content

Commit

Permalink
Merge pull request #1743 from schabrolles/dbus_user_group
Browse files Browse the repository at this point in the history
Add dbus user and group by default
  • Loading branch information
schabrolles committed Feb 28, 2018
2 parents 25bc56a + 5c7e5e7 commit 6894168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/rear/conf/GNU/Linux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,6 @@ COPY_AS_IS_EXCLUDE=( "${COPY_AS_IS_EXCLUDE[@]}" '/etc/pki/tls/private' '/etc/pki
# some stuff for the Linux command line
KERNEL_CMDLINE="$KERNEL_CMDLINE selinux=0"
# common users and groups
CLONE_USERS=( "${CLONE_USERS[@]:-}" daemon rpc usbmuxd usbmux vcsa nobody)
CLONE_GROUPS=( "${CLONE_GROUPS[@]:-}" tty usbmuxd usbmux fuse kvm oinstall )
CLONE_USERS=( "${CLONE_USERS[@]:-}" daemon rpc usbmuxd usbmux vcsa nobody dbus )
CLONE_GROUPS=( "${CLONE_GROUPS[@]:-}" tty usbmuxd usbmux fuse kvm oinstall dbus )

0 comments on commit 6894168

Please sign in to comment.