f2ef99d
73d7462
1 2
3 4 5 6 7
#!/bin/sh if [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then echo "We are chrooted!" else echo "Business as usual" fi