Skip to content

Commit 4e4420c

Browse files
authored
Merge pull request #465 from TheMeier/add_MemoryDenyWriteExecute
add MemoryDenyWriteExecute to Systemd::Unit::Service type
2 parents 67fc2df + f1cbbb2 commit 4e4420c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

REFERENCE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2961,6 +2961,7 @@ Struct[{
29612961
Optional['NoNewPrivileges'] => Boolean,
29622962
Optional['LockPersonality'] => Boolean,
29632963
Optional['NetworkNamespacePath'] => Stdlib::Unixpath,
2964+
Optional['MemoryDenyWriteExecute'] => Boolean,
29642965
}]
29652966
```
29662967

types/unit/service.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,6 @@
130130
Optional['NoNewPrivileges'] => Boolean,
131131
Optional['LockPersonality'] => Boolean,
132132
Optional['NetworkNamespacePath'] => Stdlib::Unixpath,
133+
Optional['MemoryDenyWriteExecute'] => Boolean,
133134
}
134135
]

0 commit comments

Comments
 (0)