[Libreoffice-commits] online.git: common/Seccomp.cpp

Jan Holesovsky kendy at collabora.com
Fri Aug 18 13:39:34 UTC 2017


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

New commits:
commit 057fd10881b172438923e1c4129ffd53cf56b2cf
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/41291
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/common/Seccomp.cpp b/common/Seccomp.cpp
index 3fbc3aed..cf3793e7 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