mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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:
parent
d933e329c4
commit
c32a55eabc
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue