<?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: HPUX 11.31  same group  but .. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205336#M464071</link>
    <description>Ok, &lt;BR /&gt;thank's I didn't  see the sticky bit. &lt;BR /&gt;Any idea on how I can remove sticky bit on /tmp, &lt;BR /&gt;I'm not affraid about security hole in that case.</description>
    <pubDate>Wed, 21 Oct 2009 14:20:59 GMT</pubDate>
    <dc:creator>Xavier BLANC</dc:creator>
    <dc:date>2009-10-21T14:20:59Z</dc:date>
    <item>
      <title>HPUX 11.31  same group  but ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205332#M464067</link>
      <description>Hello , &lt;BR /&gt;this ocure on my new itanium 11iV3. &lt;BR /&gt;I think this should be easy for you. &lt;BR /&gt;Two users same group  ( users) : &lt;BR /&gt;- user1 create a file   /tmp/file1  &lt;BR /&gt;- user2 is unable to rename file ( mv file1 file2) &lt;BR /&gt;-file1 is rwxrwxrwx &lt;BR /&gt;-file1 is  in /tmp &lt;BR /&gt;(drwxrwxrwt  11 root       root         32768 21 oct 16:42 tmp ) &lt;BR /&gt;this is quite anoying isn't it ? &lt;BR /&gt; &lt;BR /&gt;I can remeber there was  several levels of security but never use them . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;may someone help me on this &lt;BR /&gt;please &lt;BR /&gt;xavier  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Oct 2009 13:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205332#M464067</guid>
      <dc:creator>Xavier BLANC</dc:creator>
      <dc:date>2009-10-21T13:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31  same group  but ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205333#M464068</link>
      <description>&amp;gt;&amp;gt;user2 is unable to rename file ( mv file1 file2) &lt;BR /&gt;&lt;BR /&gt;What error does user 2 get?</description>
      <pubDate>Wed, 21 Oct 2009 14:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205333#M464068</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-10-21T14:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31  same group  but ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205334#M464069</link>
      <description>The /tmp directory has the sticky bit (chmod +t) set. &lt;BR /&gt;&lt;BR /&gt;The effect of the sticky bit is described as follows in "man 2 chmod":&lt;BR /&gt;----&lt;BR /&gt;If the mode bit S_ISVTX (sticky bit) is set on a directory, files inside the directory can be renamed or removed only by the owner of the file, the owner of the directory, or a process with the OWNER privilege (even if the modes of the directory would otherwise allow such an operation).&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;In other words, the sticky bit does exactly what it's documented to do.&lt;BR /&gt;&lt;BR /&gt;The sticky bit is a basic filesystem feature: no special security levels are needed to use it. This has been possible to do from at least 11.00 onwards, but it has not been the factory default... until now.&lt;BR /&gt;&lt;BR /&gt;Many programs can be abused by manipulating their temporary files. /tmp must be writeable by everyone, so the sticky bit (chmod 1777 /tmp) is recommended by security experts. Setting the sticky bit on /tmp and /var/tmp is either a default or a very common part of post-installation hardening procedures on many unix-style operating systems.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 21 Oct 2009 14:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205334#M464069</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-10-21T14:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31  same group  but ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205335#M464070</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;can you send error message and command output &lt;BR /&gt;&lt;BR /&gt;# grep &lt;USERS_GROUP&gt; /etc/group&lt;BR /&gt;&lt;BR /&gt;tks&lt;/USERS_GROUP&gt;</description>
      <pubDate>Wed, 21 Oct 2009 14:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205335#M464070</guid>
      <dc:creator>Julián Aimar</dc:creator>
      <dc:date>2009-10-21T14:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31  same group  but ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205336#M464071</link>
      <description>Ok, &lt;BR /&gt;thank's I didn't  see the sticky bit. &lt;BR /&gt;Any idea on how I can remove sticky bit on /tmp, &lt;BR /&gt;I'm not affraid about security hole in that case.</description>
      <pubDate>Wed, 21 Oct 2009 14:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205336#M464071</guid>
      <dc:creator>Xavier BLANC</dc:creator>
      <dc:date>2009-10-21T14:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31  same group  but ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205337#M464072</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;chmod 777 /tmp&lt;BR /&gt;&lt;BR /&gt;Slds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JEA</description>
      <pubDate>Wed, 21 Oct 2009 14:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205337#M464072</guid>
      <dc:creator>Julián Aimar</dc:creator>
      <dc:date>2009-10-21T14:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31  same group  but ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205338#M464073</link>
      <description>&amp;gt;&amp;gt;Any idea on how I can remove sticky bit on /tmp&lt;BR /&gt;&lt;BR /&gt;chmod o-t /tmp&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;chmod 777 /tmp&lt;BR /&gt;&lt;BR /&gt;If you want to put the sticky bit back at some point:&lt;BR /&gt;&lt;BR /&gt;chmod o+t /tmp&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;chmod 1777 /tmp&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Oct 2009 14:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205338#M464073</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-10-21T14:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31  same group  but ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205339#M464074</link>
      <description>Thank to all  &lt;BR /&gt;so quickly &lt;BR /&gt;&lt;BR /&gt;point assigned ! &lt;BR /&gt;best regards</description>
      <pubDate>Wed, 21 Oct 2009 14:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205339#M464074</guid>
      <dc:creator>Xavier BLANC</dc:creator>
      <dc:date>2009-10-21T14:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.31  same group  but ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205340#M464075</link>
      <description>With this quick help  sticky bi was "fixed" :)&lt;BR /&gt;solved</description>
      <pubDate>Wed, 21 Oct 2009 14:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-31-same-group-but/m-p/5205340#M464075</guid>
      <dc:creator>Xavier BLANC</dc:creator>
      <dc:date>2009-10-21T14:30:23Z</dc:date>
    </item>
  </channel>
</rss>

