<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: filesystem option &amp;quot;suid or nosuid&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300942#M338063</link>
    <description>Thank you and have a nice day</description>
    <pubDate>Wed, 05 Nov 2008 15:38:06 GMT</pubDate>
    <dc:creator>Marylou Kohlmeier</dc:creator>
    <dc:date>2008-11-05T15:38:06Z</dc:date>
    <item>
      <title>filesystem option "suid or nosuid"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300937#M338058</link>
      <description>Our /opt filesystem is presently mounted with neither "suid" nor "nosuid" option.  What is the effect if I modified our /opt and apply "suid".&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2008 14:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300937#M338058</guid>
      <dc:creator>Marylou Kohlmeier</dc:creator>
      <dc:date>2008-11-05T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem option "suid or nosuid"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300938#M338059</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;By default the filesystems will be mounted with suid option though it is not mentioned in fstab file. And /opt is preferred to be mounted with suid option.&lt;BR /&gt;&lt;BR /&gt;Mounting the filesystem with "nosuid" keeps everyone to run SUID programs i.e. to start a program not under the UID of the starter but the owner of the file.&lt;BR /&gt;&lt;BR /&gt;And moreover setting this option needs unmount of that filesystems.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Wed, 05 Nov 2008 15:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300938#M338059</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-11-05T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem option "suid or nosuid"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300939#M338060</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Mounting a filesystem with the 'nosuid' option disables  the 'setuid' action.  If you mount a filesystem this way and attempt to execute a 'setuid' binary existing in that filesystem, you see:&lt;BR /&gt;&lt;BR /&gt;Setuid execution not allowed&lt;BR /&gt;&lt;BR /&gt;By example, if you mounted '/usr' as a 'nosuid' filesystem, then whenever a noraml users user attempted to change his/her password, they would be denied.  This is because it is the 'setuid' bit and the 'root' ownership of the 'passwd' executable that confer an effective UID of 'root' to the normal user when (s)he runs the 'passwd' command.&lt;BR /&gt;&lt;BR /&gt;Before doing something like this, make sure that you know what your filesystem contains:&lt;BR /&gt;&lt;BR /&gt;# find /path -perm -4000&lt;BR /&gt;&lt;BR /&gt;...will find all 'setuid' files.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 05 Nov 2008 15:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300939#M338060</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-11-05T15:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem option "suid or nosuid"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300940#M338061</link>
      <description>Thank you for all your replies.  Presently, this is what I have for our /opt:&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2  &lt;BR /&gt;&lt;BR /&gt;I just want to clarity, since it's not specified, it the default "suid"?</description>
      <pubDate>Wed, 05 Nov 2008 15:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300940#M338061</guid>
      <dc:creator>Marylou Kohlmeier</dc:creator>
      <dc:date>2008-11-05T15:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem option "suid or nosuid"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300941#M338062</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I just want to clarity, since it's not specified, it the default "suid"?&lt;BR /&gt;&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 05 Nov 2008 15:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300941#M338062</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-11-05T15:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem option "suid or nosuid"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300942#M338063</link>
      <description>Thank you and have a nice day</description>
      <pubDate>Wed, 05 Nov 2008 15:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-option-quot-suid-or-nosuid-quot/m-p/4300942#M338063</guid>
      <dc:creator>Marylou Kohlmeier</dc:creator>
      <dc:date>2008-11-05T15:38:06Z</dc:date>
    </item>
  </channel>
</rss>

