We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a72dea3 + 9c308bb commit 2ea24a3Copy full SHA for 2ea24a3
files/common/etc/logrotate.d/sudo-log
@@ -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
@@ -1,6 +1,3 @@
-#
-# Copyright 2018 Delphix
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -15,3 +12,5 @@
15
12
#
16
13
17
14
delphix ALL=(ALL) NOPASSWD:ALL
+Defaults use_pty
+Defaults logfile=/var/log/sudo.log
0 commit comments