Browse code

Update SELinux message.

Török Edvin authored on 2010/03/30 06:34:49
Showing 1 changed files
... ...
@@ -1861,7 +1861,7 @@ int cli_bytecode_init_jit(struct cli_all_bc *bcs, unsigned dconfmask)
1861 1861
     if (B.base() == 0) {
1862 1862
 	errs() << MODULE << ErrMsg << "\n";
1863 1863
 #ifdef __linux__
1864
-	errs() << MODULE << "SELinux is preventing 'execmem' access\n";
1864
+	errs() << MODULE << "SELinux is preventing 'execmem' access. Run 'setsebool -P clamd_use_jit on' to allow access\n";
1865 1865
 #endif
1866 1866
 	errs() << MODULE << "falling back to interpreter mode\n";
1867 1867
 	return 0;