mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-14 11:55:04 +00:00
Update ModemManager-Must-Be-Discarded.md
better mask than disable th ModemManager bc some services could force the activation also if it was "only" disabled.. If u mask it, u're gonna stay safe... I also added a comment to my .zshrc: # services masked: ModemManager so in case i'll need it in the future i can unmask it and i'll remember suddenly the status of it. Signed-off-by: 47LeCoste <82815207+grugnoymeme@users.noreply.github.com>
This commit is contained in:
@@ -47,12 +47,13 @@ On Archlinux:
|
||||
sudo pacman -R modemmanager
|
||||
```
|
||||
|
||||
# Solution 2: disable ModemManager
|
||||
# Solution 2: mask ModemManager
|
||||
^[Top](#top)
|
||||
|
||||
```sh
|
||||
sudo systemctl stop ModemManager
|
||||
sudo systemctl disable ModemManager
|
||||
sudo systemctl mask ModemManager
|
||||
```
|
||||
|
||||
# Solution 3: use filtering udev rules
|
||||
|
||||
Reference in New Issue
Block a user