Changes for page RangeeOS - USB-Geräte Verwaltung mit USBGuard
Last modified by Tobias Wintrich on 2024/10/25 14:16
From version 35.1
edited by Tobias Wintrich
on 2024/10/25 14:15
on 2024/10/25 14:15
Change comment:
There is no comment for this version
To version 34.1
edited by Tobias Wintrich
on 2024/10/25 14:13
on 2024/10/25 14:13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -100,15 +100,11 @@ 100 100 101 101 Eine Regel um zum Beispiel alle HID Geräte (Maus/Tastatur + HUBs) zu erlauben sähe dann so aus: 102 102 103 -{{code}} 104 -allow with-interface one-of { 09:*:* 03:*:* } 105 -{{/code}} 103 +//allow with-interface one-of { 09:*:* 03:*:* }// 106 106 107 107 Sie können beliebig viele Inferfaceklassen hintereinander schreiben. Mit dieser Kombination würden Sie HUBs + HIDs + Kameras + Audio Geräte erlauben: 108 108 109 -{{code}} 110 -allow with-interface one-of { 09:*:* 03:*:* 0E:*:* 01:*:* } 111 -{{/code}} 107 +//allow with-interface one-of { 09:*:* 03:*:* 0E:*:* 01:*:* }// 112 112 113 113 Bitte beachten Sie, dass wenn Sie die HUB Klasse (09) entfernen, verlieren Sie automatisch auch den Zugriff auf daran angeschlossene Geräte, auch wenn deren Klassen freigegeben sind. 114 114 ... ... @@ -116,10 +116,8 @@ 116 116 117 117 Über folgenden Inhalt im Textfeld würden alle Mäuse und Tastaturen, Audiogeräte und ein spezielle Webcam Modell funktionieren: 118 118 119 -{{code}} 120 -allow id 0c45:636e 121 -allow with-interface one-of { 03:*:* 01:*:* } 122 -{{/code}} 115 +//allow id 0c45:636e 116 +allow with-interface one-of { 03:*:* 01:*:* }// 123 123 124 124 === Weitere Befehle === 125 125