[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b
Török Edvin
edwin at clamav.net
Sun Apr 4 01:27:33 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit cbec3f2446d7f164a7bcb068b39815d364f82353
Author: Török Edvin <edwin at clamav.net>
Date: Tue Mar 30 00:34:49 2010 +0300
Update SELinux message.
diff --git a/libclamav/c++/bytecode2llvm.cpp b/libclamav/c++/bytecode2llvm.cpp
index 1627fb5..4bed81d 100644
--- a/libclamav/c++/bytecode2llvm.cpp
+++ b/libclamav/c++/bytecode2llvm.cpp
@@ -1861,7 +1861,7 @@ int cli_bytecode_init_jit(struct cli_all_bc *bcs, unsigned dconfmask)
if (B.base() == 0) {
errs() << MODULE << ErrMsg << "\n";
#ifdef __linux__
- errs() << MODULE << "SELinux is preventing 'execmem' access\n";
+ errs() << MODULE << "SELinux is preventing 'execmem' access. Run 'setsebool -P clamd_use_jit on' to allow access\n";
#endif
errs() << MODULE << "falling back to interpreter mode\n";
return 0;
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list