summaryrefslogtreecommitdiffstats
path: root/openssl-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-model.lua')
-rwxr-xr-x[-rw-r--r--]openssl-model.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/openssl-model.lua b/openssl-model.lua
index 423809e..b5a84a6 100644..100755
--- a/openssl-model.lua
+++ b/openssl-model.lua
@@ -300,6 +300,11 @@ getstatus = function()
return cfe({ type="group", value={version=version, conffile=conffile, environment=environment, cacert=cacert, cacertcontents=cacertcontents, cakey=cakey}, label="openssl status" })
end
+set_umask = function()
+ return posix.umask("rw-------")
+end
+
+
getreqdefaults = function()
local defaults = getdefaults()