Skip to content

Commit 2ea24a3

Browse files
committed
Merge branch 'develop' of github.com:delphix/delphix-platform into DLPX-86539-postgres-user-account-settings
2 parents a72dea3 + 9c308bb commit 2ea24a3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

files/common/etc/logrotate.d/sudo-log

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/var/log/sudo.log {
2+
weekly
3+
rotate 4
4+
compress
5+
missingok
6+
notifempty
7+
}

files/common/etc/sudoers.d/delphix

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#
2-
# Copyright 2018 Delphix
3-
#
41
# Licensed under the Apache License, Version 2.0 (the "License");
52
# you may not use this file except in compliance with the License.
63
# You may obtain a copy of the License at
@@ -15,3 +12,5 @@
1512
#
1613

1714
delphix ALL=(ALL) NOPASSWD:ALL
15+
Defaults use_pty
16+
Defaults logfile=/var/log/sudo.log

0 commit comments

Comments
 (0)