<?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 Propogating ACL's To New Files in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062436#M29941</link>
    <description>I'd like to know how to propogate and ACL onto any new files created in a particular directory.&lt;BR /&gt;&lt;BR /&gt;Consider this scenario.&lt;BR /&gt;&lt;BR /&gt;Directory is owner by SYSTEM&lt;BR /&gt;ACL on directory grants user 'X' Read+Write&lt;BR /&gt;File A.B is created by SYSTEM with default protection of (G:R,W:R)&lt;BR /&gt;User 'X' needs Read+Write+Delete access to file A.B by default (i.e. without issuing a separate SET SECURITY command).&lt;BR /&gt;&lt;BR /&gt;Thanks, Rob.</description>
    <pubDate>Thu, 09 Aug 2007 04:50:19 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2007-08-09T04:50:19Z</dc:date>
    <item>
      <title>Propogating ACL's To New Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062436#M29941</link>
      <description>I'd like to know how to propogate and ACL onto any new files created in a particular directory.&lt;BR /&gt;&lt;BR /&gt;Consider this scenario.&lt;BR /&gt;&lt;BR /&gt;Directory is owner by SYSTEM&lt;BR /&gt;ACL on directory grants user 'X' Read+Write&lt;BR /&gt;File A.B is created by SYSTEM with default protection of (G:R,W:R)&lt;BR /&gt;User 'X' needs Read+Write+Delete access to file A.B by default (i.e. without issuing a separate SET SECURITY command).&lt;BR /&gt;&lt;BR /&gt;Thanks, Rob.</description>
      <pubDate>Thu, 09 Aug 2007 04:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062436#M29941</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2007-08-09T04:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Propogating ACL's To New Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062437#M29942</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;You want to create ACEs in the directory's Access Control List that specify DEFAULT access.&lt;BR /&gt;&lt;BR /&gt;I have to keep this short now, but I will post again shortly.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 09 Aug 2007 05:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062437#M29942</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-08-09T05:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Propogating ACL's To New Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062438#M29943</link>
      <description>I tried that with something like :-&lt;BR /&gt;&lt;BR /&gt;  /ACL=(IDENT=USERX,DEFAULT_PROTECTION,ACCESS=READ+WRITE+DELETE)&lt;BR /&gt;&lt;BR /&gt;...but got an error back. I guess the syntax is wrong somewhere.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 09 Aug 2007 05:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062438#M29943</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2007-08-09T05:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Propogating ACL's To New Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062439#M29944</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;you setup an ACE on the parent directoryfile with option DEFAULt, e.g.&lt;BR /&gt;&lt;BR /&gt;$ Set Acl /Object=File -&lt;BR /&gt;/Acl=(Ident=USER_X,Access=R+W+D,Option=Default)-&lt;BR /&gt;DIREC.DIR&lt;BR /&gt;&lt;BR /&gt;so every file created in DIREC gets this ACE.&lt;BR /&gt;&lt;BR /&gt;It is also possible to specify a default protection schema like:&lt;BR /&gt;&lt;BR /&gt;$ Set Acl /Object=File -&lt;BR /&gt;/Acl=(DEFAULT_PROTECTION,-&lt;BR /&gt;SYSTEM:RWED,OWNER:RWED,GROUP:RE,WORLD:RE,-&lt;BR /&gt;OPTIONS=DEFAULT)&lt;BR /&gt;&lt;BR /&gt;Pls. note that file which already exist in the directory, will not get the ACE, it should be entered manually.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 09 Aug 2007 05:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062439#M29944</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-08-09T05:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Propogating ACL's To New Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062440#M29945</link>
      <description>Cheers Karl - just what I was looking for.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 09 Aug 2007 05:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062440#M29945</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2007-08-09T05:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Propogating ACL's To New Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062441#M29946</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;Sorry for the delay. I was attending to something urgent.&lt;BR /&gt;&lt;BR /&gt;The following test case illustrates what I believe was requested in the post:&lt;BR /&gt;&lt;BR /&gt;   $ CREATE/DIRECTORY [.TEMP]&lt;BR /&gt;&lt;BR /&gt;using EDIT/ACL add an ACE to the ACL as follows:&lt;BR /&gt; (IDENTIFIER=[1,1],OPTION=DEFAULT,ACCESS=READ)&lt;BR /&gt;&lt;BR /&gt;[I freely admit that this is a nonsense example, bit it does convey the point)&lt;BR /&gt;&lt;BR /&gt;Now, do:&lt;BR /&gt;&lt;BR /&gt; $ COPY NL: [.TEMP]X.X&lt;BR /&gt; $ DIRECTORY/ACL [.TEMP]X.X&lt;BR /&gt;&lt;BR /&gt;And the ACL will be correctly defaulted on [.TEMP]X.X&lt;BR /&gt;&lt;BR /&gt;Information on the ACLs and ACEs is, among other places, in Chapter 1 of the "System Utilities Reference Manual", available from the OpenVMS www site at &lt;A href="http://www.hp.com/go/openvms" target="_blank"&gt;http://www.hp.com/go/openvms&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 09 Aug 2007 05:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062441#M29946</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-08-09T05:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Propogating ACL's To New Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062442#M29947</link>
      <description>These days should this not be:&lt;BR /&gt;$ set security/acl[=(ace[,...])]  object-name&lt;BR /&gt;&lt;BR /&gt;JT:</description>
      <pubDate>Fri, 10 Aug 2007 03:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062442#M29947</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2007-08-10T03:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Propogating ACL's To New Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062443#M29948</link>
      <description>From Kall:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Pls. note that file which already exist in the directory, will not get the ACE, it should be entered manually.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;For completeness:&lt;BR /&gt;$ SET ACL/DEFAULT [.dirspec]*.*.* &lt;BR /&gt;is all that needs done "manually"&lt;BR /&gt;&lt;BR /&gt;There also is SET SECURITY, but that also affects ownership &amp;amp; default protectection. Of course, that might well be what you wish.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 10 Aug 2007 03:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/propogating-acl-s-to-new-files/m-p/5062443#M29948</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-08-10T03:57:06Z</dc:date>
    </item>
  </channel>
</rss>

