diff options
author | Timo Teräs <timo.teras@iki.fi> | 2023-04-10 20:18:21 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2023-04-11 20:55:13 +0300 |
commit | b33825b6a41730d11e8e1dfd15ae479ce2ea8bc2 (patch) | |
tree | 41d8b73eb542bb64571a96a463bddc21949b88e9 /doc | |
parent | b3c4636ee213d8e37f21ecaae2748876b1063076 (diff) | |
download | apk-tools-b33825b6a41730d11e8e1dfd15ae479ce2ea8bc2.tar.gz apk-tools-b33825b6a41730d11e8e1dfd15ae479ce2ea8bc2.tar.bz2 apk-tools-b33825b6a41730d11e8e1dfd15ae479ce2ea8bc2.tar.xz apk-tools-b33825b6a41730d11e8e1dfd15ae479ce2ea8bc2.zip |
audit: add --protected-paths to override the audit exceptions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apk-audit.8.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/apk-audit.8.scd b/doc/apk-audit.8.scd index 6c84b87..2294f8a 100644 --- a/doc/apk-audit.8.scd +++ b/doc/apk-audit.8.scd @@ -57,6 +57,10 @@ then the affected path. The changes detected are: To repair all packages with modified files, one could use: apk audit --packages -q | xargs apk fix +*--protected-paths* _FILE_ + Use given FILE for protected paths listings. This also makes apk ignore + the regular protected_paths.d directories. + *--system* Audit all system files. All files provided by packages are verified for integrity with the exception of configuration files (listed in |