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 60bed94 commit d78afd2Copy full SHA for d78afd2
lkmpg.tex
@@ -323,13 +323,10 @@ \subsection{The Simplest Module}
323
\item {You can preserve environment variables by appending them to \verb|env_keep| in \verb|/etc/sudoers|.
324
325
\begin{code}
326
- ## sudoers file.
327
- ##
328
- ...
329
- Defaults env_keep += ``ftp_proxy http_proxy https_proxy no_proxy PWD''
+ Defaults env_keep += "PWD"
330
\end{code}
331
332
- After finishing setting modification, you can check the environment variable settings by:
+ After applying the above change, you can check the environment variable settings by:
333
334
\begin{verbatim}
335
$ sudo -s
0 commit comments