[Libreoffice-commits] online.git: Makefile.am
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 23 07:51:20 UTC 2018
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 184b717cd70c2df621e78a7bda7309a69673058e
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Sun Jul 29 22:58:42 2018 -0400
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Aug 23 09:51:02 2018 +0200
wsd: make loolmount before setcap on it
Change-Id: Ide93a347513d85d0c6349f364b3a28127e3d2882
Reviewed-on: https://gerrit.libreoffice.org/58298
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/Makefile.am b/Makefile.am
index a40bc999a..a8901de71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -347,7 +347,7 @@ clang-tidy:
# capabilities won't survive packaging anyway. Instead, handle it when
# installing the RPM or Debian package.
-all-local: loolforkit @TILECACHE_PATH@ @JAILS_PATH@ $(SYSTEM_STAMP)
+all-local: loolforkit loolmount @TILECACHE_PATH@ @JAILS_PATH@ $(SYSTEM_STAMP)
if ENABLE_SETCAP
sudo @SETCAP@ cap_fowner,cap_mknod,cap_sys_chroot=ep loolforkit
sudo @SETCAP@ cap_sys_admin=ep loolmount
More information about the Libreoffice-commits
mailing list