mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
PR: 247496 Submitted by: ed.arrakis@gmail.com Approved by: jsmith@resonatingmedia.com (maintainer)
32 lines
932 B
Text
32 lines
932 B
Text
[
|
|
{ type: install
|
|
message: <<EOD
|
|
To use doas,
|
|
|
|
%%PREFIX%%/etc/doas.conf
|
|
|
|
must be created. Refer to doas.conf(5) for further details and/or follow
|
|
%%PREFIX%%/etc/doas.conf.sample as an example.
|
|
|
|
Note: In order to be able to run most desktop (GUI) applications, the user
|
|
needs to have the keepenv keyword specified. If keepenv is not specified then
|
|
key elements, like the user's $HOME variable, will be reset and cause the GUI
|
|
application to crash.
|
|
|
|
Users who only need to run command line applications can usually get away
|
|
without keepenv.
|
|
|
|
When in doubt, try to avoid using keepenv as it is less secure to have
|
|
environment variables passed to privileged users.
|
|
EOD
|
|
}
|
|
{ type: upgrade
|
|
maximum_version: "6.1"
|
|
message: <<EOD
|
|
With the 6.1 release the transfer of most environment variables (e.g. USER,
|
|
HOME and PATH) from the original user to the target user has changed.
|
|
|
|
Please refer to doas.conf(5) for further details.
|
|
EOD
|
|
}
|
|
]
|