6 lines
129 B
Bash
6 lines
129 B
Bash
#!/bin/bash
|
|
|
|
## 1.1.1.1 Ensure cramfs kernel module is not available (Automated)
|
|
|
|
echo '/bin/true' > /etc/modprobe.d/cramfs.conf
|