summaryrefslogtreecommitdiffstats
path: root/gcov-test-init.sh
blob: e98d9fa79885796670ea9763b91b101c7368b59c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

USER=`whoami`
firejail --help
firemon --help
/usr/lib/firejail/fnet --help
/usr/lib/firejail/fseccomp --help
/usr/lib/firejail/ftee --help
firecfg --help
sudo chown $USER:$USER `find .`
touch gcov-test-initialized