<?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: Is it bug in ACL on Filesystem RHEL5 ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115288#M30992</link>
    <description>Are you using ACL's?  From what you've said here so far, you're just using standard permissions and file modes.&lt;BR /&gt;&lt;BR /&gt;If you are using extended permissions, please show us the output of 'getfacl -R /chapter5' (assuming 'f1' is the only file is in there).</description>
    <pubDate>Wed, 12 Dec 2007 19:36:48 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2007-12-12T19:36:48Z</dc:date>
    <item>
      <title>Is it bug in ACL on Filesystem RHEL5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115284#M30988</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am using RHEL5 and confused with below=&amp;gt;&lt;BR /&gt;&lt;BR /&gt;ACL applied default in RHEL5 and i am login as root.&lt;BR /&gt;I just make a folder in / with 777 permission&lt;BR /&gt;lets say /chapter5 and touch /chapter5/f1&lt;BR /&gt;Now applied ACL on f1 to rwx by user nh1&lt;BR /&gt;# setfacl -m u:nh1:rwx f1&lt;BR /&gt;when i login as nh1 it's working.&lt;BR /&gt;But prob is that when I login as another user like nh2 and write forcefully on f1, why acl giving permission to write on f1?&lt;BR /&gt;and most interesting now it has changed file and group ownership of f1 to nh2.&lt;BR /&gt;&lt;BR /&gt;pls suggest.&lt;BR /&gt;Thanks in advanced.&lt;BR /&gt;MKS</description>
      <pubDate>Wed, 12 Dec 2007 07:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115284#M30988</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-12-12T07:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is it bug in ACL on Filesystem RHEL5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115285#M30989</link>
      <description>Hi,&lt;BR /&gt;   What is the default umask?? in ur m/c.&lt;BR /&gt;Did u tried by giving permission to the file /chapter5/f1 (using chiown and chmod) in the normal way??  If it work ing as per requirement.&lt;BR /&gt;   Then ur filesystem might not support setfacl??&lt;BR /&gt;    For Further clarification pls see the man page of setfacl&lt;BR /&gt;&lt;A href="http://linuxcommand.org/man_pages/setfacl1.html" target="_blank"&gt;http://linuxcommand.org/man_pages/setfacl1.html&lt;/A&gt;&lt;BR /&gt;   &lt;BR /&gt;  I hope this link will help u to get..&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Palani&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2007 10:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115285#M30989</guid>
      <dc:creator>palaniappan.sp</dc:creator>
      <dc:date>2007-12-12T10:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it bug in ACL on Filesystem RHEL5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115286#M30990</link>
      <description>hi Palani&lt;BR /&gt;&lt;BR /&gt;default umak is 0022&lt;BR /&gt;I am not changing any default permission in /chapter5/f1&lt;BR /&gt;ls -la f1&lt;BR /&gt;-rw-r--r-- 1 root root 57 Dec 12 16:33 f1&lt;BR /&gt;&lt;BR /&gt;MKS&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2007 11:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115286#M30990</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-12-12T11:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it bug in ACL on Filesystem RHEL5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115287#M30991</link>
      <description>&amp;gt;&amp;gt; But prob is that when I login as another user like nh2 and write forcefully on f1, why acl giving permission to write on f1?&lt;BR /&gt;&lt;BR /&gt;I think that you are not writing to the file, you are replacing the file, for example, with a redirection. This will be allowed as the parent directory has 777 and that is why the ownership changed.&lt;BR /&gt;&lt;BR /&gt;Remove 777 permissions to the parent directory and try to "modify" the file as nh2 instead of replace the files.</description>
      <pubDate>Wed, 12 Dec 2007 15:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115287#M30991</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-12-12T15:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it bug in ACL on Filesystem RHEL5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115288#M30992</link>
      <description>Are you using ACL's?  From what you've said here so far, you're just using standard permissions and file modes.&lt;BR /&gt;&lt;BR /&gt;If you are using extended permissions, please show us the output of 'getfacl -R /chapter5' (assuming 'f1' is the only file is in there).</description>
      <pubDate>Wed, 12 Dec 2007 19:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115288#M30992</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-12-12T19:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it bug in ACL on Filesystem RHEL5 ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115289#M30993</link>
      <description>Thanks all,&lt;BR /&gt;&lt;BR /&gt;I got the answer. i have changed 777 permission /chapter5 to 701 and now set ACL on /chapter5 and f1.It's working now.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS</description>
      <pubDate>Thu, 13 Dec 2007 10:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-bug-in-acl-on-filesystem-rhel5/m-p/4115289#M30993</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-12-13T10:56:08Z</dc:date>
    </item>
  </channel>
</rss>

