Guest User

Untitled

a guest
May 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. ##
  2. ## Defaults specification
  3. ##
  4. ## You may wish to keep some of the following environment variables
  5. ## when running commands via sudo.
  6. ##
  7. ## Locale settings
  8. # Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET"
  9. ##
  10. ## Run X applications through sudo; HOME is used to find the
  11. ## .Xauthority file. Note that other programs use HOME to find
  12. ## configuration files and this may lead to privilege escalation!
  13. # Defaults env_keep += "HOME"
  14. ##
  15. ## X11 resource path settings
  16. # Defaults env_keep += "XAPPLRESDIR XFILESEARCHPATH XUSERFILESEARCHPATH"
  17. ##
  18. ## Desktop path settings
  19. # Defaults env_keep += "QTDIR KDEDIR"
  20. ##
  21. ## Allow sudo-run commands to inherit the callers' ConsoleKit session
  22. # Defaults env_keep += "XDG_SESSION_COOKIE"
  23. ##
  24. ## Uncomment to enable special input methods. Care should be taken as
  25. ## this may allow users to subvert the command being run via sudo.
  26. # Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"
  27. ##
  28. ## Uncomment to enable logging of a command's output, except for
  29. ## sudoreplay and reboot. Use sudoreplay to play back logged sessions.
  30. # Defaults log_output
  31. # Defaults!/usr/bin/sudoreplay !log_output
  32. # Defaults!/usr/local/bin/sudoreplay !log_output
  33. # Defaults!/sbin/reboot !log_output
  34.  
  35. ##
  36. ## Runas alias specification
  37. ##
Add Comment
Please, Sign In to add comment