summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-05-09 12:41:12 +0200
committerMichael Meeks <michael.meeks@collabora.com>2018-05-09 15:28:19 +0200
commit7c3322e7e0462644cc6a91d6f8ecec359485499b (patch)
treeb9f46a2e85d2ca92c18a7d6656a33f7c8be0362e /debian
parente2bc253bd9123b1659c0665f86fd0a1dc7c820ab (diff)
do not distribute unused or internal dev tool binaries: loolmap, loolmount, loolstress
Change-Id: Ice905d08a695805f594df5731039f747ac88cf28 Reviewed-on: https://gerrit.libreoffice.org/54027 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/loolwsd.postinst.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/loolwsd.postinst.in b/debian/loolwsd.postinst.in
index 59e4f898b..ef2ba9eb1 100755
--- a/debian/loolwsd.postinst.in
+++ b/debian/loolwsd.postinst.in
@@ -5,7 +5,6 @@ set -e
case "$1" in
configure)
setcap cap_fowner,cap_mknod,cap_sys_chroot=ep /usr/bin/loolforkit || true
- setcap cap_sys_admin=ep /usr/bin/loolmount || true
adduser --quiet --system --group --home /opt/lool lool
mkdir -p /var/cache/loolwsd && chown lool: /var/cache/loolwsd