forked from s3lph/matemat
Removed setcap from debian postinst script
This commit is contained in:
parent
eb6c2b3f65
commit
960a1c8517
1 changed files with 0 additions and 2 deletions
|
@ -17,6 +17,4 @@ if [[ "$1" == "configure" ]]; then
|
||||||
find /var/lib/matemat -type d -exec chmod 0750 {}
|
find /var/lib/matemat -type d -exec chmod 0750 {}
|
||||||
find /var/lib/matemat -type f -exec chmod 0640 {}
|
find /var/lib/matemat -type f -exec chmod 0640 {}
|
||||||
|
|
||||||
setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/matemat
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue