NextCloud: python hardened/pax fix
This commit is contained in:
parent
f8ad6e9d7e
commit
e8504c762c
|
@ -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"
|
||||
|
|
Reference in New Issue