Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ansible/files/postgresql_config/sbpostgres_apparmor
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ profile sbpostgres flags=(attach_disconnected) {
/usr/bin/false ix,
# kill needed for postgresql to reload itself
/bin/kill ix,
/usr/bin/kill ix,
signal (send) set=(hup) peer=unconfined,

# When parent executes shell, transition to restricted profile
# This accounts for popen, which postgres uses for any child process
Expand Down
Loading