We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e78010 commit 9c308bbCopy full SHA for 9c308bb
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