NextCloud: python hardened/pax fix

This commit is contained in:
Joerg Deckert 2018-01-30 11:32:52 +01:00
parent f8ad6e9d7e
commit e8504c762c
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ localectl --no-convert set-keymap de-latin1-nodeadkeys
echo 'Activate services...'
timedatectl set-ntp true
echo 'Setting hardened...'
paxctl-ng -m /usr/bin/python2.7
# variables
LABEL="DATA"