From: espie Date: Sat, 27 May 2023 10:00:48 +0000 (+0000) Subject: restore documentation: explain what ArcCheck does X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5d44b4b9211402d45b89c7da32d3bd1c3162ecb2;p=openbsd restore documentation: explain what ArcCheck does --- diff --git a/usr.sbin/pkg_add/OpenBSD/ArcCheck.pm b/usr.sbin/pkg_add/OpenBSD/ArcCheck.pm index 7c72aba7036..0f9dbec6182 100644 --- a/usr.sbin/pkg_add/OpenBSD/ArcCheck.pm +++ b/usr.sbin/pkg_add/OpenBSD/ArcCheck.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: ArcCheck.pm,v 1.40 2023/05/16 16:55:32 espie Exp $ +# $OpenBSD: ArcCheck.pm,v 1.41 2023/05/27 10:00:48 espie Exp $ # # Copyright (c) 2005-2006 Marc Espie # @@ -27,6 +27,8 @@ # error... # if (!$o->is_allowed) # error... +# - prevent a lot of weird objects from entering the archives +# - make sure all relevant users/modes are recorded in the PLIST item # during extraction: # $o->validate_meta($item) or