new FAQ: why suidperl isn't suid
Taken from: recent -security thread.
This commit is contained in:
parent
9bba2f8f98
commit
0adb491a35
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11703
1 changed files with 22 additions and 0 deletions
|
|
@ -9691,6 +9691,28 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
<username>toor</username> if you want to use it.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="suidperl">
|
||||
<para>Why is <command>suidperl</command> not working
|
||||
properly?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>For security reasons, <command>suidperl</command> is
|
||||
installed without the suid bit by default. The system
|
||||
administrator can enable suid behavior with the following
|
||||
command.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>chmod u+s /usr/bin/suidperl</userinput></screen>
|
||||
|
||||
<para>If you want <command>suidperl</command> to be built
|
||||
suid during upgrades from source, edit
|
||||
<filename>/etc/make.conf</filename> and add
|
||||
<varname>ENABLE_SUIDPERL=true</varname> before you run
|
||||
<command>make buildworld</command>.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
</chapter>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue