diff options
Diffstat (limited to 'debian/chrony.lintian-overrides')
-rw-r--r-- | debian/chrony.lintian-overrides | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/chrony.lintian-overrides b/debian/chrony.lintian-overrides new file mode 100644 index 0000000..83260a6 --- /dev/null +++ b/debian/chrony.lintian-overrides @@ -0,0 +1,7 @@ +# The “chrony.keys” file must not be world readable as it could contain +# symmetric keys used for NTP authentication. +chrony: non-standard-file-perm 0640 != 0644 [usr/share/chrony/chrony.keys] + +# NetworkManager does not execute dispatcher scripts in /usr/libexec. +chrony: executable-in-usr-lib [usr/lib/NetworkManager/dispatcher.d/20-chrony-dhcp] +chrony: executable-in-usr-lib [usr/lib/NetworkManager/dispatcher.d/20-chrony-onoffline] |