diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq_build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md index 7cfb0040d..e2d0f9b27 100644 --- a/docs/faq_build.md +++ b/docs/faq_build.md | |||
| @@ -53,7 +53,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", TAG+="uacc | |||
| 53 | 53 | ||
| 54 | **Note:** With older (before 1.12) ModemManager, filtering only works when not in strict mode, the following commands can update that settings: | 54 | **Note:** With older (before 1.12) ModemManager, filtering only works when not in strict mode, the following commands can update that settings: |
| 55 | ```console | 55 | ```console |
| 56 | sudo sed -i 's/--filter-policy=strict/--filter-policy=default/' /lib/systemd/system/ModemManager.service | 56 | printf '[Service]\nExecStart=\nExecStart=/usr/sbin/ModemManager --filter-policy=default' | sudo tee /etc/systemd/system/ModemManager.service.d/policy.conf |
| 57 | sudo systemctl daemon-reload | 57 | sudo systemctl daemon-reload |
| 58 | sudo systemctl restart ModemManager | 58 | sudo systemctl restart ModemManager |
| 59 | ``` | 59 | ``` |
