diff options
author | onefang | 2019-11-26 01:09:16 +1000 |
---|---|---|
committer | onefang | 2019-11-26 01:09:16 +1000 |
commit | dfa7871a6cfe6e8f9aa0e9c7e3cb8156719a564c (patch) | |
tree | b906c68597022ef60e96974828c69a9c9db76036 | |
parent | Report Integrity results. (diff) | |
download | apt-panopticon-dfa7871a6cfe6e8f9aa0e9c7e3cb8156719a564c.zip apt-panopticon-dfa7871a6cfe6e8f9aa0e9c7e3cb8156719a564c.tar.gz apt-panopticon-dfa7871a6cfe6e8f9aa0e9c7e3cb8156719a564c.tar.bz2 apt-panopticon-dfa7871a6cfe6e8f9aa0e9c7e3cb8156719a564c.tar.xz |
Enable the Integrity tests by default.
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 99f9418..d40a74c 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -44,7 +44,7 @@ options = | |||
44 | "DNSRR", | 44 | "DNSRR", |
45 | "Protocol", | 45 | "Protocol", |
46 | -- "URLSanity", | 46 | -- "URLSanity", |
47 | -- "Integrity", | 47 | "Integrity", |
48 | -- "Updated", | 48 | -- "Updated", |
49 | }, | 49 | }, |
50 | }, | 50 | }, |