mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
turn persistence off by default
This commit is contained in:
parent
ed797cf62d
commit
a7f98902e3
2 changed files with 4 additions and 1 deletions
BIN
T-Pot16.03.png
BIN
T-Pot16.03.png
Binary file not shown.
Before Width: | Height: | Size: 129 KiB |
|
@ -3,7 +3,7 @@
|
||||||
# T-Pot post install script #
|
# T-Pot post install script #
|
||||||
# Ubuntu server 14.04.3, x64 #
|
# Ubuntu server 14.04.3, x64 #
|
||||||
# #
|
# #
|
||||||
# v16.03.11 by mo, DTAG, 2016-03-02 #
|
# v16.03.12 by mo, DTAG, 2016-03-03 #
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
# Type of install, SENSOR, INDUSTRIAL or FULL?
|
# Type of install, SENSOR, INDUSTRIAL or FULL?
|
||||||
|
@ -316,6 +316,9 @@ for i in $(cat /data/images.conf);
|
||||||
cp /data/upstart/$i.conf /etc/init/;
|
cp /data/upstart/$i.conf /etc/init/;
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Let's turn persistence off by default
|
||||||
|
touch /data/persistence.off
|
||||||
|
|
||||||
# Let's take care of some files and permissions
|
# Let's take care of some files and permissions
|
||||||
chmod 760 -R /data
|
chmod 760 -R /data
|
||||||
chown tpot:tpot -R /data
|
chown tpot:tpot -R /data
|
||||||
|
|
Loading…
Reference in a new issue