summaryrefslogtreecommitdiff
blob: 754ef01968c9a022d9031a86203f28e8652da0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
sandbox-1.7 traces static apps so disable the qa notice as it just scares
users ... dont want scary stuff in stable!

--- libsandbox/wrapper-funcs/__wrapper_exec.c
+++ libsandbox/wrapper-funcs/__wrapper_exec.c
@@ -221,7 +221,6 @@
 		if (!FUNCTION_SANDBOX_SAFE(path))
 			return result;
 
-		sb_check_exec(path, argv);
 	}
 #endif