Skip to content

Commit

Permalink
Merge pull request voxpupuli#465 from TheMeier/add_MemoryDenyWriteExe…
Browse files Browse the repository at this point in the history
…cute

add MemoryDenyWriteExecute to Systemd::Unit::Service type
  • Loading branch information
TheMeier authored Jun 3, 2024
2 parents 67fc2df + f1cbbb2 commit 4e4420c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2961,6 +2961,7 @@ Struct[{
Optional['NoNewPrivileges'] => Boolean,
Optional['LockPersonality'] => Boolean,
Optional['NetworkNamespacePath'] => Stdlib::Unixpath,
Optional['MemoryDenyWriteExecute'] => Boolean,
}]
```

Expand Down
1 change: 1 addition & 0 deletions types/unit/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@
Optional['NoNewPrivileges'] => Boolean,
Optional['LockPersonality'] => Boolean,
Optional['NetworkNamespacePath'] => Stdlib::Unixpath,
Optional['MemoryDenyWriteExecute'] => Boolean,
}
]

0 comments on commit 4e4420c

Please sign in to comment.