mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
Merge pull request #4341 from MilhouseVH/le10_tmpfiles_group_fixes
dbus, systemd: fix duplicate tmpfiles and missing groups
This commit is contained in:
commit
551ba0849a
@ -1,7 +0,0 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
|
||||||
|
|
||||||
d /var/lib/dbus 0755 root root - -
|
|
||||||
d /run/dbus 0755 root root - -
|
|
||||||
|
|
||||||
L /var/lib/dbus/machine-id - - - - /etc/machine-id
|
|
@ -277,7 +277,9 @@ post_install() {
|
|||||||
add_group disk 6
|
add_group disk 6
|
||||||
add_group floppy 19
|
add_group floppy 19
|
||||||
add_group kmem 9
|
add_group kmem 9
|
||||||
|
add_group kvm 10
|
||||||
add_group lp 7
|
add_group lp 7
|
||||||
|
add_group render 12
|
||||||
add_group tape 33
|
add_group tape 33
|
||||||
add_group tty 5
|
add_group tty 5
|
||||||
add_group video 39
|
add_group video 39
|
||||||
|
Loading…
x
Reference in New Issue
Block a user