<?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 ACL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/4452151#M661663</link>
    <description>I have a question about implementing daily file permission review scripts and would be very grateful if someone could help me out.&lt;BR /&gt;&lt;BR /&gt;I have file permissions assigned using ACL's in the following format:&lt;BR /&gt;getacl is used.&lt;BR /&gt;# file: filename&lt;BR /&gt;# owner: uid&lt;BR /&gt;# group: gid&lt;BR /&gt;user::perm&lt;BR /&gt;user:uid:perm&lt;BR /&gt;group::perm&lt;BR /&gt;group:gid:perm&lt;BR /&gt;class:perm&lt;BR /&gt;other:perm&lt;BR /&gt;default:user::perm&lt;BR /&gt;default:user:uid:perm&lt;BR /&gt;default:group::perm&lt;BR /&gt;default:group:gid:perm&lt;BR /&gt;default:class:perm&lt;BR /&gt;default:other:perm&lt;BR /&gt;&lt;BR /&gt;How can I look for the below&lt;BR /&gt;1. Unowned files/directories (nouser) and unowned (nogroup) files/directories with detailed permissions and path listing. I guess this should also have to check the extended ACL entries such as "group:nogroup and default:group:nogroup" along with owner-nogroup as well as owner-nouser. I am aware of how this can be done on traditional non acl systems. I am seeking some assistance on how this can be done on systems with ACL's implemented.&lt;BR /&gt;2. Permissions over files/directories that certain specific groups have. For example, if the group "staff" has a "default:group:staff:rwx" or "group:staff:rwx" or "owner group - staff" assigned in the ACL, I would like to check their permissions on a daily basis with their complete path &amp;amp; permissions listing. Again, I am seeking some assistance on how this can be done on systems with ACL's implemented.&lt;BR /&gt;3. Output of world writable directories and files. For example, if "other:-w- or other:rw- or other:rwx" is present or ""default:other:-w- or default:other:rw- or default:other:rwx" is present, I would like to check review their permissions on a daily basis. Again, I am seeking some assistance on how this can be done on systems with ACL's implemented.&lt;BR /&gt;&lt;BR /&gt;I hope I have thought of all the possible combinations. Please let me know if you think I may have missed of any.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Jul 2009 17:24:22 GMT</pubDate>
    <dc:creator>jjoseph8008</dc:creator>
    <dc:date>2009-07-02T17:24:22Z</dc:date>
    <item>
      <title>ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/4452151#M661663</link>
      <description>I have a question about implementing daily file permission review scripts and would be very grateful if someone could help me out.&lt;BR /&gt;&lt;BR /&gt;I have file permissions assigned using ACL's in the following format:&lt;BR /&gt;getacl is used.&lt;BR /&gt;# file: filename&lt;BR /&gt;# owner: uid&lt;BR /&gt;# group: gid&lt;BR /&gt;user::perm&lt;BR /&gt;user:uid:perm&lt;BR /&gt;group::perm&lt;BR /&gt;group:gid:perm&lt;BR /&gt;class:perm&lt;BR /&gt;other:perm&lt;BR /&gt;default:user::perm&lt;BR /&gt;default:user:uid:perm&lt;BR /&gt;default:group::perm&lt;BR /&gt;default:group:gid:perm&lt;BR /&gt;default:class:perm&lt;BR /&gt;default:other:perm&lt;BR /&gt;&lt;BR /&gt;How can I look for the below&lt;BR /&gt;1. Unowned files/directories (nouser) and unowned (nogroup) files/directories with detailed permissions and path listing. I guess this should also have to check the extended ACL entries such as "group:nogroup and default:group:nogroup" along with owner-nogroup as well as owner-nouser. I am aware of how this can be done on traditional non acl systems. I am seeking some assistance on how this can be done on systems with ACL's implemented.&lt;BR /&gt;2. Permissions over files/directories that certain specific groups have. For example, if the group "staff" has a "default:group:staff:rwx" or "group:staff:rwx" or "owner group - staff" assigned in the ACL, I would like to check their permissions on a daily basis with their complete path &amp;amp; permissions listing. Again, I am seeking some assistance on how this can be done on systems with ACL's implemented.&lt;BR /&gt;3. Output of world writable directories and files. For example, if "other:-w- or other:rw- or other:rwx" is present or ""default:other:-w- or default:other:rw- or default:other:rwx" is present, I would like to check review their permissions on a daily basis. Again, I am seeking some assistance on how this can be done on systems with ACL's implemented.&lt;BR /&gt;&lt;BR /&gt;I hope I have thought of all the possible combinations. Please let me know if you think I may have missed of any.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jul 2009 17:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/4452151#M661663</guid>
      <dc:creator>jjoseph8008</dc:creator>
      <dc:date>2009-07-02T17:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/4452152#M661664</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I recommend a test plan.&lt;BR /&gt;&lt;BR /&gt;Take some time, devise tests to test this configurations possibilities, including expected results.&lt;BR /&gt;&lt;BR /&gt;Run the tests and if you get expected results you are done. If not, keep trying.&lt;BR /&gt;&lt;BR /&gt;Asking here is no substitute for doing your own quality assurance testing.&lt;BR /&gt;&lt;BR /&gt;I amd not a big fan of ACL, though acknowledge its usefulness, and will let other judge your configuration. &lt;BR /&gt;&lt;BR /&gt;I strongly recommend the test plan.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 02 Jul 2009 17:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/4452152#M661664</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-02T17:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/4452153#M661665</link>
      <description>Thanks for your suggestion. Testing is definitely going to be done. However, I am having problems even figuring out how to query for groups that may be listed within the ACL.</description>
      <pubDate>Thu, 02 Jul 2009 19:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/4452153#M661665</guid>
      <dc:creator>jjoseph8008</dc:creator>
      <dc:date>2009-07-02T19:40:51Z</dc:date>
    </item>
  </channel>
</rss>

