You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
--- plugins/sudoers/sudoers.in.orig 2023-11-06 11:15:41
|
|
+++ plugins/sudoers/sudoers.in 2023-11-06 16:03:57
|
|
@@ -84,6 +84,20 @@
|
|
# Defaults!/usr/local/bin/sudoreplay !log_output
|
|
# Defaults!REBOOT !log_output
|
|
# Defaults maxseq = 1000
|
|
+Defaults env_reset
|
|
+Defaults env_keep += "BLOCKSIZE"
|
|
+Defaults env_keep += "COLORFGBG COLORTERM"
|
|
+Defaults env_keep += "__CF_USER_TEXT_ENCODING"
|
|
+Defaults env_keep += "CHARSET LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE"
|
|
+Defaults env_keep += "LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME"
|
|
+Defaults env_keep += "LINES COLUMNS"
|
|
+Defaults env_keep += "LSCOLORS"
|
|
+Defaults env_keep += "SSH_AUTH_SOCK"
|
|
+Defaults env_keep += "TZ"
|
|
+Defaults env_keep += "DISPLAY XAUTHORIZATION XAUTHORITY"
|
|
+Defaults env_keep += "EDITOR VISUAL"
|
|
+Defaults env_keep += "HOME MAIL"
|
|
+
|
|
##
|
|
## Uncomment to disable intercept and log_subcmds for debuggers and
|
|
## tracers. Otherwise, anything that uses ptrace(2) will be unable
|
|
@@ -103,6 +117,7 @@
|
|
## User privilege specification
|
|
##
|
|
root ALL=(ALL:ALL) ALL
|
|
+%admin ALL=(ALL) ALL
|
|
|
|
## Uncomment to allow members of group wheel to execute any command
|
|
# %wheel ALL=(ALL:ALL) ALL
|