From 487a47339064878474727ea5b80bd4a185a053b8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 26 Dec 2021 12:10:26 -0700 Subject: FILE:{HOST-,}SECRET-UPLOADED: don't create missing intermediate dirs As we are uploading secrets, perhaps some of those directories need to be created with permissions other than 0755, so as a safety measure, leave it to the caller to create them. Signed-off-by: Sean Whitton --- src/property/file.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/property/file.lisp b/src/property/file.lisp index 2c5e69f..e6fcf84 100644 --- a/src/property/file.lisp +++ b/src/property/file.lisp @@ -155,7 +155,6 @@ any of the regular expressions PATTERNS." (declare (ignore destination)) (require-data iden1 iden2)) (:apply - (containing-directory-exists destination) (maybe-writefile-data destination iden1 iden2 :mode #o600))) (defproplist host-secret-uploaded :posix -- cgit v1.2.3