summaryrefslogtreecommitdiffstats
path: root/main/flashrom/flashrom.post-install
blob: b7919f5fd149649100f8ae664d2824b641dbdb1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
if [ -e /proc/sys/kernel/grsecurity/ ]; then
cat - <<EOF

 ************[  flashrom package installation notice ]****************
 
          You appear to be running a grsec enabled kernel.
   flashrom needs write access to /dev/mem and will likely not work
 
 *********************************************************************

EOF
fi
exit 0