summaryrefslogtreecommitdiffstats
path: root/security/snoopy/PRE_REMOVE
diff options
context:
space:
mode:
Diffstat (limited to 'security/snoopy/PRE_REMOVE')
-rwxr-xr-xsecurity/snoopy/PRE_REMOVE3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/snoopy/PRE_REMOVE b/security/snoopy/PRE_REMOVE
new file mode 100755
index 0000000000..e2c5aaf84b
--- /dev/null
+++ b/security/snoopy/PRE_REMOVE
@@ -0,0 +1,3 @@
+if [ "${SNOOPY_ENABLE}" == "y" ]; then
+ sedit '/snoopy\.so/d' /etc/ld.so.preload
+fi