From f33b0948218e7b3d510f6bf37785cda107a630d8 Mon Sep 17 00:00:00 2001 From: gueux Date: Sat, 18 Jun 2016 11:52:04 +0000 Subject: --- doc/forum/use_withUmask_in_a_property.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/use_withUmask_in_a_property.mdwn diff --git a/doc/forum/use_withUmask_in_a_property.mdwn b/doc/forum/use_withUmask_in_a_property.mdwn new file mode 100644 index 00000000..9ae7d7ba --- /dev/null +++ b/doc/forum/use_withUmask_in_a_property.mdwn @@ -0,0 +1,12 @@ +I'm trying to combine the following two properties: + + propertyList "generate new key file" $ props + & cmdProperty "openssl" + [ "genrsa" + , "4096" + , "> " ++ key + ] + `assume` MadeChange + & key `File.mode` combineModes [ownerReadMode, ownerWriteMode] + +I've tried to use withUmask, without success. Is there a way to do that? -- cgit v1.2.3