[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - common/Seccomp.cpp

Jan Holesovsky kendy at collabora.com
Fri Aug 18 13:41:07 UTC 2017


 common/Seccomp.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b5fb0f74980ff6049417c6ba78c8d6ef71949240
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Aug 18 15:35:53 2017 +0200

    No need to scare people too much.
    
    Change-Id: I2b598b3363a73c352bda2cb6bbf0c0d208456456
    Reviewed-on: https://gerrit.libreoffice.org/41290
    Reviewed-by: pranavk <pranavk at collabora.co.uk>
    Tested-by: pranavk <pranavk at collabora.co.uk>

diff --git a/common/Seccomp.cpp b/common/Seccomp.cpp
index e08b9ea8..ee074b3c 100644
--- a/common/Seccomp.cpp
+++ b/common/Seccomp.cpp
@@ -219,7 +219,7 @@ bool lockdown(Type type)
 
     return true;
 #else // DISABLE_SECCOMP == 0
-     LOG_WRN("Warning this code was compiled without seccomp enabled, this setup is not recommended for production.");
+     LOG_WRN("Warning: this binary was compiled with disabled seccomp-bpf.");
      return true;
 #endif // DISABLE_SECCOMP == 0
 }


More information about the Libreoffice-commits mailing list