mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
systemd: remove uaccess rules as we don't build with ACL
This commit is contained in:
parent
89448f0e4f
commit
71720c86c1
@ -143,6 +143,11 @@ post_makeinstall_target() {
|
||||
# remove Network adaper renaming rule, this is confusing
|
||||
rm -rf $INSTALL/usr/lib/udev/rules.d/80-net-setup-link.rules
|
||||
|
||||
# remove the uaccess rules as we don't build systemd with ACL (see https://github.com/systemd/systemd/issues/4107)
|
||||
rm -rf $INSTALL/usr/lib/udev/rules.d/70-uaccess.rules
|
||||
rm -rf $INSTALL/usr/lib/udev/rules.d/71-seat.rules
|
||||
rm -rf $INSTALL/usr/lib/udev/rules.d/73-seat-late.rules
|
||||
|
||||
# remove debug-shell.service, we install our own
|
||||
rm -rf $INSTALL/usr/lib/systemd/system/debug-shell.service
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user