5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# make /dev/grsec appear, if the kernel supports it
|
||
|
/sbin/udevadm trigger --action=change
|