You've already forked macports-user-ged
mirror of
https://github.com/macports/macports-user-ged.git
synced 2026-07-12 18:18:35 -07:00
c2e1e422c2
git-svn-id: https://svn.macports.org/repository/macports/users/ged@63563 d073be05-634f-4543-b044-5fe20cf6d1d6
28 lines
892 B
Diff
28 lines
892 B
Diff
--- sudoers.orig 2009-09-02 14:23:28.000000000 -0400
|
|
+++ sudoers 2009-09-02 14:24:16.000000000 -0400
|
|
@@ -14,11 +14,24 @@
|
|
# Cmnd alias specification
|
|
|
|
# Defaults specification
|
|
+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"
|
|
|
|
# Runas alias specification
|
|
|
|
# User privilege specification
|
|
root ALL=(ALL) ALL
|
|
+%admin ALL=(ALL) ALL
|
|
|
|
# Uncomment to allow people in group wheel to run all commands
|
|
# %wheel ALL=(ALL) ALL
|