From 2011f5cbf258da5ce6232247da2a1273ef771ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Sat, 10 Feb 2024 18:45:08 +0100 Subject: [PATCH] modprobe.d: Unauthorize all USB ports on boot --- board/common/rootfs/etc/modprobe.d/usbcore.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 board/common/rootfs/etc/modprobe.d/usbcore.conf diff --git a/board/common/rootfs/etc/modprobe.d/usbcore.conf b/board/common/rootfs/etc/modprobe.d/usbcore.conf new file mode 100644 index 00000000..c2100e52 --- /dev/null +++ b/board/common/rootfs/etc/modprobe.d/usbcore.conf @@ -0,0 +1,3 @@ +# Do not authorize usb ports before they have been checked in in the device-tree +options usbcore authorized_default=0 +