mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +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
|
# remove Network adaper renaming rule, this is confusing
|
||||||
rm -rf $INSTALL/usr/lib/udev/rules.d/80-net-setup-link.rules
|
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
|
# remove debug-shell.service, we install our own
|
||||||
rm -rf $INSTALL/usr/lib/systemd/system/debug-shell.service
|
rm -rf $INSTALL/usr/lib/systemd/system/debug-shell.service
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user