https://github.com/mutantmonkey/paranoid-udev
udev rules to power off your system when a new USB or PCI device is plugged in.
https://github.com/mutantmonkey/paranoid-udev
Last synced: about 1 year ago
JSON representation
udev rules to power off your system when a new USB or PCI device is plugged in.
- Host: GitHub
- URL: https://github.com/mutantmonkey/paranoid-udev
- Owner: mutantmonkey
- License: wtfpl
- Created: 2015-11-25T02:28:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T02:30:52.000Z (over 10 years ago)
- Last Synced: 2025-02-01T14:37:42.902Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# paranoid udev
udev rules to power off your system when a new USB or PCI device is plugged in.
Currently untested; use at your own risk!
## Installation
1. `cp 70-paranoid.rules /etc/udev/rules.d/`
2. `install -m0755 paranoid-plug.sh /usr/local/bin/`
3. `udevadm control --reload-rules`