From 5ebd3c90c590613eedef27988ec6555316d24c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 27 Dec 2024 23:16:02 +0000 Subject: [PATCH] clarify disablemod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index f7aabb738..b2598b99a 100644 --- a/README.adoc +++ b/README.adoc @@ -187,7 +187,7 @@ Disables the `bluetooth`, `bnep`, `btusb`, `cpia2`, `firewire-core`, `floppy`, Note that disabling the `usb-storage` module will disable any usage of USB storage devices, if such devices are needed `USBGuard` should be configured -accordingly. +accordingly and `usb-storage` removed from the `disablemod` function. The `disablemod` function is located in link:scripts/disablemod[./scripts/disablemod].