diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-05-09 12:41:12 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2018-05-09 15:28:19 +0200 |
commit | 7c3322e7e0462644cc6a91d6f8ecec359485499b (patch) | |
tree | b9f46a2e85d2ca92c18a7d6656a33f7c8be0362e /debian/loolwsd.postinst.in | |
parent | e2bc253bd9123b1659c0665f86fd0a1dc7c820ab (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/loolwsd.postinst.in')
-rwxr-xr-x | debian/loolwsd.postinst.in | 1 |
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 |