<?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: changing fdl file protection in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226370#M90345</link>
    <description>This opens of course the directory for all files, not only *.fdl.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Wed, 02 Jul 2008 10:41:11 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2008-07-02T10:41:11Z</dc:date>
    <item>
      <title>changing fdl file protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226368#M90343</link>
      <description>What is the exact command to change FDL file protections so that all users can be able to  add/remove FDL files</description>
      <pubDate>Wed, 02 Jul 2008 10:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226368#M90343</guid>
      <dc:creator>Steve ward_3</dc:creator>
      <dc:date>2008-07-02T10:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: changing fdl file protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226369#M90344</link>
      <description>1. Give write access to world on the parent directory. Set file/prot=(w:rwe) x.dir&lt;BR /&gt;&lt;BR /&gt;2. Set an acl on the parent directory to create all future files without protection.&lt;BR /&gt;set sec x.dir/acl=(default,s:rwed,o:rwed,g:rwed,w:rwed)&lt;BR /&gt;&lt;BR /&gt;3. Change all fdl files to get that protection set file *.fdl/prot=(s:rwed,o:rwed,g:rwed,w:rwed)&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 02 Jul 2008 10:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226369#M90344</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-07-02T10:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: changing fdl file protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226370#M90345</link>
      <description>This opens of course the directory for all files, not only *.fdl.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 02 Jul 2008 10:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226370#M90345</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-07-02T10:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: changing fdl file protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226371#M90346</link>
      <description>As Wim replies, FDL files are just (text) files and have not special protection rules.&lt;BR /&gt;&lt;BR /&gt;FDL files may have an OWNER and PROTECTION clause in them for the target file, but that is often mre a nuisance than help. Just set the protection after the target file create, if needed at all.&lt;BR /&gt;&lt;BR /&gt;It is somewhat odd to allow all uses to add and delete FDL files IF those are also used for production files, as it is all too easy to put something bad in place, or remove something good, impacting production.&lt;BR /&gt;&lt;BR /&gt;If you need more help than Wim's replies offer, then please be sure to explain a little better what root problem you are trying to solve, and how those FDL's will be used. How come 'all users' even know how to create FDL files? That's not typical, not even for a development shop.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226371#M90346</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-07-02T11:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: changing fdl file protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226372#M90347</link>
      <description>BTW : the simplest solution is to give all users all privs.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 02 Jul 2008 12:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226372#M90347</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-07-02T12:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: changing fdl file protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226373#M90348</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;Permitting all users to add/remove FDL files to a master location is a dangerous practice. A single incorrect keystroke can cause major mayhem and disruption, all without any intent to do harm.&lt;BR /&gt;&lt;BR /&gt;My personal preferences depend upon precisely what problem is being addressed. One common solution for testing is to use a consistent logical name to access the FDL files in your programs and command procedures, thus permitting a fine degree of control of where the FDL file is actually retrieved from (which can provide for a list of defaults). Just such an approach was described in " Inheritance Based Environments in Stand-alone OpenVMS Systems and OpenVMS Clusters", published in the OpenVMS Technical Journal, Volume 3, February 2004 (reprints available via &lt;A href="http://www.rlgsc.com/publications/vmstechjournal/inheritance.html" target="_blank"&gt;http://www.rlgsc.com/publications/vmstechjournal/inheritance.html&lt;/A&gt;  ).&lt;BR /&gt;&lt;BR /&gt;As to the group and global libraries, my normal recommendation is to limit add/delete access, possibly by having the library directory owned by an Identifier, with the Identifier granted to those users authorized to make more global updates.&lt;BR /&gt;&lt;BR /&gt;While such a scheme is a bit of work, it creates accountability for changes. &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>Wed, 02 Jul 2008 13:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226373#M90348</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-07-02T13:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: changing fdl file protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226374#M90349</link>
      <description>Look up "resource identifier" in the security manual and around the Internet for details on this; this approach avoids needing to set protections, deal with protections in the FDL files, nor to deal with the file ownership.&lt;BR /&gt;&lt;BR /&gt;Basically, you configure the shared files off to the ownership of the identifier, and grant the identifier to the folks that need to share access.&lt;BR /&gt;&lt;BR /&gt;This also avoids granting privileges all around.</description>
      <pubDate>Wed, 02 Jul 2008 13:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-fdl-file-protection/m-p/4226374#M90349</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-07-02T13:43:29Z</dc:date>
    </item>
  </channel>
</rss>

