mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-12 17:03:49 +00:00
security: harden some SP modules NixOS config evaluation permissions
This commit is contained in:
parent
3a904f599e
commit
f07b867af2
3 changed files with 17 additions and 17 deletions
sp-modules
auth
roundcube
simple-nixos-mailserver
|
@ -1,11 +1,10 @@
|
|||
[
|
||||
["mailserver", "fqdn"],
|
||||
["mailserver", "ldap"],
|
||||
["mailserver", "vmailUID"],
|
||||
["passthru", "selfprivacy", "auth"],
|
||||
["security", "acme", "certs"],
|
||||
["selfprivacy", "domain"],
|
||||
["selfprivacy", "modules"],
|
||||
["services"],
|
||||
["systemd", "services", "kanidm"]
|
||||
[ "passthru", "selfprivacy", "auth" ],
|
||||
[ "security", "acme", "certs" ],
|
||||
[ "selfprivacy", "domain" ],
|
||||
[ "selfprivacy", "modules", "auth" ],
|
||||
[ "services", "kanidm" ],
|
||||
[ "services", "oauth2-proxy", "enable" ],
|
||||
[ "services", "oauth2-proxy", "nginx" ],
|
||||
[ "systemd", "services", "kanidm" ]
|
||||
]
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
[
|
||||
["mailserver", "fqdn"],
|
||||
["passthru", "selfprivacy", "auth", "auth-fqdn"],
|
||||
["passthru", "selfprivacy", "auth", "oauth2-provider-name"],
|
||||
["selfprivacy", "domain"],
|
||||
["selfprivacy", "modules", "auth"],
|
||||
["selfprivacy", "modules", "roundcube"],
|
||||
["service", "kanidm"]
|
||||
[ "mailserver", "fqdn" ],
|
||||
[ "passthru", "selfprivacy", "auth", "auth-fqdn" ],
|
||||
[ "passthru", "selfprivacy", "auth", "oauth2-provider-name" ],
|
||||
[ "selfprivacy", "domain" ],
|
||||
[ "selfprivacy", "modules", "auth" ],
|
||||
[ "selfprivacy", "modules", "roundcube" ]
|
||||
]
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
[ "services", "opendkim" ],
|
||||
[ "services", "postfix", "group" ],
|
||||
[ "services", "postfix", "user" ],
|
||||
[ "services", "redis" ],
|
||||
[ "services", "redis", "servers", "rspamd", "bind" ],
|
||||
[ "services", "redis", "servers", "rspamd", "port" ],
|
||||
[ "services", "redis", "servers", "rspamd", "requirePass" ],
|
||||
[ "services", "rspamd" ]
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue