<?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 Can I change the suid bit? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271811#M334409</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are a lot of commands with suid bit.&lt;BR /&gt;What it is used for?. Could I change it to have for security?&lt;BR /&gt;&lt;BR /&gt;# ls -l /usr/sbin/ping&lt;BR /&gt;-r-sr-xr-x   1 root       bin          32768 Oct 17  2006 /usr/sbin/ping&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Carmen.</description>
    <pubDate>Thu, 18 Sep 2008 09:19:52 GMT</pubDate>
    <dc:creator>Carme Torca</dc:creator>
    <dc:date>2008-09-18T09:19:52Z</dc:date>
    <item>
      <title>Can I change the suid bit?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271811#M334409</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are a lot of commands with suid bit.&lt;BR /&gt;What it is used for?. Could I change it to have for security?&lt;BR /&gt;&lt;BR /&gt;# ls -l /usr/sbin/ping&lt;BR /&gt;-r-sr-xr-x   1 root       bin          32768 Oct 17  2006 /usr/sbin/ping&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Carmen.</description>
      <pubDate>Thu, 18 Sep 2008 09:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271811#M334409</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2008-09-18T09:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can I change the suid bit?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271812#M334410</link>
      <description>Better do not touch the default setuid programs. See more ifo about all mechanism here - &lt;A href="http://en.wikipedia.org/wiki/Setuid" target="_blank"&gt;http://en.wikipedia.org/wiki/Setuid&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 18 Sep 2008 09:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271812#M334410</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-18T09:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can I change the suid bit?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271813#M334411</link>
      <description>Default hpux files with suid bit will not have write permission to anybody. So only root can do some drstic change in the system. And the commands with suid set is a trusted command; means ' The command will do only, what it suppose to do'. &lt;BR /&gt;So don't worry about the default commands with suid bit.</description>
      <pubDate>Thu, 18 Sep 2008 09:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271813#M334411</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-09-18T09:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can I change the suid bit?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271814#M334412</link>
      <description>do not change suid bit. &lt;BR /&gt;The suid bit is use to run particular program with owners credentials. Thats the reason anyone can execute that program though it is owned by root</description>
      <pubDate>Thu, 18 Sep 2008 09:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271814#M334412</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-18T09:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can I change the suid bit?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271815#M334413</link>
      <description>If you talk about SUID bit, "chmod u+s", this means that a program will run with the privileges of the owner of the file instead of the user who runs the program.&lt;BR /&gt;&lt;BR /&gt;For example, if /bin/rm is owned by root, without SUID bit, if user1 runs the command /bin/rm -fr /root, it will run as user1, and he won't be able to delete the files in /root as user1 has no permissions.&lt;BR /&gt;&lt;BR /&gt;If /bin/rm is owned by root, and it has SUID bit enabled, if user1 runs the command /bin/rm -fr /root, it will run as "root" (the owner of the program), and will be able to delete the /root directory.&lt;BR /&gt;&lt;BR /&gt;If you want to change the SUID, be aware to track what u are changing.</description>
      <pubDate>Thu, 18 Sep 2008 10:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271815#M334413</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-09-18T10:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can I change the suid bit?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271816#M334414</link>
      <description>You cannot improve security by removing the suid bit on HP-supplied programs. They have been reviewed over 20 years to make sure that proper security measures are in place. If you were to remove the suid bit for ping, only root could use the command. If you remove it for login or passwd, then no one except can ever login again. You may have read a security article about suid but this only applies to user-created programs and scripts. This type of problem is very, very small when compared to the basic issues such as using telnet and ftp, not using Trusted or Advanced security on your system, or not providing a proper firewall.</description>
      <pubDate>Thu, 18 Sep 2008 10:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-change-the-suid-bit/m-p/4271816#M334414</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-09-18T10:49:39Z</dc:date>
    </item>
  </channel>
</rss>

