From f9ff50a98bc864d6a0f854f310b84741e403a9ff Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 12 Nov 2024 03:01:06 -0500 Subject: [PATCH] minor fix --- conflink | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conflink b/conflink index 8673073..e32e1b6 100755 --- a/conflink +++ b/conflink @@ -210,6 +210,8 @@ case $user in find_paths=(/p/c/filesystem/etc/ssh /p/c/machine_specific/*/filesystem/etc/ssh) find-maybe -type f -name '*.pub' -exec chmod go+rX '{}' + + find_paths=(/p/c/machine_specific/*/filesystem/etc/apt) + find-maybe -type f -exec chmod go+rX '{}' + # note: intentionally letting a few files have more restrictive # permissions than needed: a few openvpn files, some pub wireguard -- 2.30.2