<?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: IA64 problem with Shareable Image protection in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156205#M30494</link>
    <description>Might have spoke to soon; I had SYSPRV on: -&lt;BR /&gt;&lt;BR /&gt;$ set proc/priv=(noall,tmpmbx,netmbx)&lt;BR /&gt;$ mc sql$&lt;BR /&gt;SQL&amp;gt; attach 'file mf_personnel user ''tier3_dev'' using ''xxx''';&lt;BR /&gt;%SQL-F-ERRATTDEC, Error attaching to database mf_personnel&lt;BR /&gt;-RDB-E-UNAVAILABLE, Rdb/Dispatch is not available on your system&lt;BR /&gt;-RDB-I-TEXT, %LIB-E-ACTIMAGE, error activating image RX2600$DKA100:[SYS0.SYSCOMMON.][SYSLIB]RDB$COSIP.EXE, -SYSTEM-F-NOPRIV, insuffi&lt;BR /&gt;cient privilege or object protection violation&lt;BR /&gt;&lt;BR /&gt; $dir/full sys$library:rdb$cosip.exe&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSLIB]&lt;BR /&gt;&lt;BR /&gt;RDB$COSIP.EXE;1               File ID:  (19375,1,0)           &lt;BR /&gt;Size:           32/32         Owner:    [SYSTEM]&lt;BR /&gt;Created:    20-NOV-2008 14:21:49.09&lt;BR /&gt;Revised:    12-FEB-2009 05:27:09.71 (4)&lt;BR /&gt;Expires:    &lt;NONE specified=""&gt;&lt;BR /&gt;Backup:     &lt;NO backup="" recorded=""&gt;&lt;BR /&gt;Effective:  &lt;NONE specified=""&gt;&lt;BR /&gt;Recording:  &lt;NONE specified=""&gt;&lt;BR /&gt;Accessed:   &lt;NONE specified=""&gt;&lt;BR /&gt;Attributes: &lt;NONE specified=""&gt;&lt;BR /&gt;Modified:   &lt;NONE specified=""&gt;&lt;BR /&gt;Linkcount:  1&lt;BR /&gt;File organization:  Sequential&lt;BR /&gt;Shelved state:      Online &lt;BR /&gt;Caching attribute:  Writethrough&lt;BR /&gt;File attributes:    Allocation: 32, Extend: 0, Global buffer count: 0, No version limit, Contiguous best try&lt;BR /&gt;Record format:      Fixed length 512 byte records&lt;BR /&gt;Record attributes:  None&lt;BR /&gt;RMS attributes:     None&lt;BR /&gt;Journaling enabled: None&lt;BR /&gt;File protection:    System:RWED, Owner:RWED, Group:RWED, World:E&lt;BR /&gt;Access Cntrl List:  None&lt;BR /&gt;Client attributes:  None&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 32/32 blocks.&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;A "reproducer" or for some reason would they use lib$fis?&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NO&gt;&lt;/NONE&gt;</description>
    <pubDate>Wed, 11 Feb 2009 23:09:13 GMT</pubDate>
    <dc:creator>Richard J Maher</dc:creator>
    <dc:date>2009-02-11T23:09:13Z</dc:date>
    <item>
      <title>IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156196#M30485</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anyone point to either: -&lt;BR /&gt;1) A release Note&lt;BR /&gt;2) Something in a "porting guide"&lt;BR /&gt;3) Something in the standard docs&lt;BR /&gt;4) A secttion from your favourite "Shareable Image Cookbook"&lt;BR /&gt;&lt;BR /&gt;That explains why *on Itanium systems only* VMS requires Read as well as Execute access to a shareable image in order to be able to just execute it?&lt;BR /&gt;&lt;BR /&gt;That's right, I don't want to Link against it, LIB$FIS it, only to [E]xecute it. Just like VAX and Alpha where you only need (W:E) access.&lt;BR /&gt;&lt;BR /&gt;I specifically don't want unprivileged users to be able to link/lib$fis against my RTL (Just like many standard VMS layered products on VAX and Alpha).&lt;BR /&gt;&lt;BR /&gt;I haven't been able to find anyone to acknowledge or own up to this change or its motivation; any ideas?&lt;BR /&gt;&lt;BR /&gt;A reasonable important VMS security regime change don't you think?&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher</description>
      <pubDate>Wed, 11 Feb 2009 00:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156196#M30485</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-11T00:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156197#M30486</link>
      <description>&lt;BR /&gt;&amp;gt;&amp;gt; I haven't been able to find anyone to acknowledge or own up to this change or its motivation; any ideas?&lt;BR /&gt;&lt;BR /&gt;The motivation is easy... LIB$FIS actually reads the ELF image with RMS $GET calls, before calling the image activation itself.&lt;BR /&gt;&lt;BR /&gt;When you read a file, you need to have read access.&lt;BR /&gt;&lt;BR /&gt;As to documentation, what next, whether it could have been done better, and other silly questions... I don't know and don't care!&lt;BR /&gt;&lt;BR /&gt;Reference: &lt;BR /&gt;   Facility: LIBRTL&lt;BR /&gt;   Module: LIBFNDIMG &lt;BR /&gt;   Function: lib$$read_object&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 01:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156197#M30486</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-02-11T01:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156198#M30487</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;I must not be making myself clear :-(&lt;BR /&gt;&lt;BR /&gt;I understand lib$fis needs [R]ead access to and shareable image - fine!&lt;BR /&gt;&lt;BR /&gt;I understand the Linker needs [R]ead access to the shareable image - fine!&lt;BR /&gt;&lt;BR /&gt;Why does the image activator need [R] access to the shareable image when it didn't on Alpha or VAX?&lt;BR /&gt;&lt;BR /&gt;Are you (or anyone) not concerned that what was previously explicitly forbidden by having a shareable image set to (W:E) instead of the now (W:RE) is now a barn-door wide open?&lt;BR /&gt;&lt;BR /&gt;VMS/IA64 now *requires* us to adopt a security policy at odds to Alpha and VAX and you're saying "in hindsight it might have been worth a footnote or two"?&lt;BR /&gt;&lt;BR /&gt;Anyone can now LIB$FIS or LINK to RDB$COSIP.EXE and get a free UAF reading password hacker; "Not bovvered"?&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher</description>
      <pubDate>Wed, 11 Feb 2009 02:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156198#M30487</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-11T02:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156199#M30488</link>
      <description>This problem was reported for V8.3 and there was a fix. Any ECO with an image_management.exe generated after Dec-2006 should have the fix. The fix is included in 8.3-1H1. If this still shows in such versions, please contact HP.</description>
      <pubDate>Wed, 11 Feb 2009 10:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156199#M30488</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2009-02-11T10:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156200#M30489</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;the problem description from VMS83I_SYS-V0200 looks like this:&lt;BR /&gt;&lt;BR /&gt;5.2.14  Image Activation Failure&lt;BR /&gt;&lt;BR /&gt;5.2.14.1  Problem Description:&lt;BR /&gt;&lt;BR /&gt;If an executable or shareable image is installed, and the user only has execute access to the image file, activating the image fails with a the following error message:&lt;BR /&gt;&lt;BR /&gt;-SYSTEM-F-NOPRIV, insufficient privilege or object protection violation&lt;BR /&gt;&lt;BR /&gt;Images Affected:&lt;BR /&gt;&lt;BR /&gt;-  [SYS$LDR]IMAGE_MANAGEMENT.EXE&lt;BR /&gt;-  [SYS$LDR]IMAGE_MANAGEMENT.STB&lt;BR /&gt;&lt;BR /&gt;5.2.14.2  CLDs, and QARs reporting this problem:&lt;BR /&gt;&lt;BR /&gt;5.2.14.2.1  CLD(s)&lt;BR /&gt;&lt;BR /&gt;QXCM1000377545&lt;BR /&gt;&lt;BR /&gt;5.2.14.3  Problem Analysis:&lt;BR /&gt;&lt;BR /&gt;For installed images, the image activator maps the file based global sections created by INSTALL.  By default, mapping the global section requires read access, which is compared with the protections set for the file.  With only execute access granted, the check fails with the NOPRIV error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This fix is also included in VMS821I_SYS-V0400.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 11 Feb 2009 11:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156200#M30489</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-02-11T11:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156201#M30490</link>
      <description>Volker, Hartmut,&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies!&lt;BR /&gt;&lt;BR /&gt;Certainly sounds like my problem doesn't it, but why am I still getting it?&lt;BR /&gt;&lt;BR /&gt;Can anyone (including the patch testers) show a working example on 8.3-1H1?&lt;BR /&gt;&lt;BR /&gt;Does anyone have the accompanying release note?&lt;BR /&gt;&lt;BR /&gt;Why did Rdb Engineering just stick their tail between their legs and change RDB$COSIP.EXE to (W:RE)?&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 12:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156201#M30490</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-11T12:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156202#M30491</link>
      <description>It looks like the fix is incomplete. Can you show the output of INSTALL LIST for RDB$COSIP.EXE? Does it say Shared or SharAddr? Can you test with installing it /share=addr?&lt;BR /&gt;Sorry to insist, but it's time to send a problem report.</description>
      <pubDate>Wed, 11 Feb 2009 17:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156202#M30491</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2009-02-11T17:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156203#M30492</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;  Interesting! I agree this would be a very important change (and one that I'd strongly argue against).&lt;BR /&gt;&lt;BR /&gt;  It seems to be working correctly for me on OpenVMS V8.3-1H1 on a trivially simple test case. I created a shareable image with a "Hello World" routine, linked a program against it, then set it to (E,E,,) protection. The first program can still activate the image, but TYPE and LINK and LIB$FIS all fail:&lt;BR /&gt;&lt;BR /&gt;$ ty tshr.exe&lt;BR /&gt;%TYPE-W-OPENIN, error opening DSA1:[GILLINGS]TSHR.EXE;1 as input&lt;BR /&gt;-RMS-E-PRV, insufficient privilege or file protection violation&lt;BR /&gt;$ link main1+sys$input/opt&lt;BR /&gt;tshr/share&lt;BR /&gt;%ILINK-F-OPENIN, error opening DSA1:[GILLINGS]TSHR.EXE;1 as input&lt;BR /&gt;-RMS-E-PRV, insufficient privilege or file protection violation&lt;BR /&gt;$ run fis&lt;BR /&gt;%LIB-E-ACTIMAGE, error activating image DSA1:[GILLINGS]TSHR.EXE;1&lt;BR /&gt;-SYSTEM-W-ACCONFLICT, file access conflict&lt;BR /&gt;%TRACE-E-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;image     module    routine               line      rel PC           abs PC&lt;BR /&gt;LIBRTL  LIB$FIND_IMAGE  LIB$FIND_IMAGE_SYMBOL&lt;BR /&gt;                                          1812 0000000000002800 FFFFFFFF841BC750&lt;BR /&gt;FIS                                          0 0000000000020092 0000000000020092&lt;BR /&gt;                                             0 FFFFFFFF80C48192 FFFFFFFF80C48192&lt;BR /&gt;DCL                                          0 000000000006BD22 000000007ADB7D22&lt;BR /&gt;%TRACE-I-END, end of TRACE stack dump&lt;BR /&gt;%SYSTEM-W-ACCONFLICT, file access conflict&lt;BR /&gt;&lt;BR /&gt;$ run main&lt;BR /&gt;Hello World&lt;BR /&gt;&lt;BR /&gt;We have applied HP I64VMS VMS831H1I_SYS V3.0&lt;BR /&gt;&lt;BR /&gt;Maybe your case is more complex?</description>
      <pubDate>Wed, 11 Feb 2009 22:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156203#M30492</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-02-11T22:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156204#M30493</link>
      <description>Hi Hartmut, John&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies!&lt;BR /&gt;&lt;BR /&gt;RDB$COSIP.EXE is a red herring. I just set it to W:E and was still able to SQL$ and to specify username/pass in the database attach spec. Why they deliberately set it to W:RE on Itanium only they know but I submit it should be W:E only. (I guess they just had to do it to get Itanium out the door?)&lt;BR /&gt;&lt;BR /&gt;Mine is less of a security risk as "correctness" so I'm looking at W:RE on t3$private too, but I will try for a small reproducer . A common and protected PSECT is shared between the two which could be the first port of call.&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher</description>
      <pubDate>Wed, 11 Feb 2009 22:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156204#M30493</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-11T22:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156205#M30494</link>
      <description>Might have spoke to soon; I had SYSPRV on: -&lt;BR /&gt;&lt;BR /&gt;$ set proc/priv=(noall,tmpmbx,netmbx)&lt;BR /&gt;$ mc sql$&lt;BR /&gt;SQL&amp;gt; attach 'file mf_personnel user ''tier3_dev'' using ''xxx''';&lt;BR /&gt;%SQL-F-ERRATTDEC, Error attaching to database mf_personnel&lt;BR /&gt;-RDB-E-UNAVAILABLE, Rdb/Dispatch is not available on your system&lt;BR /&gt;-RDB-I-TEXT, %LIB-E-ACTIMAGE, error activating image RX2600$DKA100:[SYS0.SYSCOMMON.][SYSLIB]RDB$COSIP.EXE, -SYSTEM-F-NOPRIV, insuffi&lt;BR /&gt;cient privilege or object protection violation&lt;BR /&gt;&lt;BR /&gt; $dir/full sys$library:rdb$cosip.exe&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSLIB]&lt;BR /&gt;&lt;BR /&gt;RDB$COSIP.EXE;1               File ID:  (19375,1,0)           &lt;BR /&gt;Size:           32/32         Owner:    [SYSTEM]&lt;BR /&gt;Created:    20-NOV-2008 14:21:49.09&lt;BR /&gt;Revised:    12-FEB-2009 05:27:09.71 (4)&lt;BR /&gt;Expires:    &lt;NONE specified=""&gt;&lt;BR /&gt;Backup:     &lt;NO backup="" recorded=""&gt;&lt;BR /&gt;Effective:  &lt;NONE specified=""&gt;&lt;BR /&gt;Recording:  &lt;NONE specified=""&gt;&lt;BR /&gt;Accessed:   &lt;NONE specified=""&gt;&lt;BR /&gt;Attributes: &lt;NONE specified=""&gt;&lt;BR /&gt;Modified:   &lt;NONE specified=""&gt;&lt;BR /&gt;Linkcount:  1&lt;BR /&gt;File organization:  Sequential&lt;BR /&gt;Shelved state:      Online &lt;BR /&gt;Caching attribute:  Writethrough&lt;BR /&gt;File attributes:    Allocation: 32, Extend: 0, Global buffer count: 0, No version limit, Contiguous best try&lt;BR /&gt;Record format:      Fixed length 512 byte records&lt;BR /&gt;Record attributes:  None&lt;BR /&gt;RMS attributes:     None&lt;BR /&gt;Journaling enabled: None&lt;BR /&gt;File protection:    System:RWED, Owner:RWED, Group:RWED, World:E&lt;BR /&gt;Access Cntrl List:  None&lt;BR /&gt;Client attributes:  None&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 32/32 blocks.&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;A "reproducer" or for some reason would they use lib$fis?&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NO&gt;&lt;/NONE&gt;</description>
      <pubDate>Wed, 11 Feb 2009 23:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156205#M30494</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-11T23:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156206#M30495</link>
      <description>Here's one I prepared earlier :-)&lt;BR /&gt;&lt;BR /&gt;See attached for DIR_WATCH.COM if you (at) that file and then $RUN TEST_DIR from an unprivileged account you'll see what I mean: -&lt;BR /&gt;&lt;BR /&gt;$ dir/full SYS$COMMON:[SYSLIB]DIR_WATCH_EXEC.EXE;1&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSLIB]&lt;BR /&gt;&lt;BR /&gt;DIR_WATCH_EXEC.EXE;1                      File ID:  (2255,11,0)           &lt;BR /&gt;Size:           51/64         Owner:    [SYSTEM]&lt;BR /&gt;Created:    12-FEB-2009 06:57:37.77&lt;BR /&gt;Revised:    12-FEB-2009 06:57:37.98 (3)&lt;BR /&gt;&lt;BR /&gt;File organization:  Sequential&lt;BR /&gt;File protection:    System:RWED, Owner:RWED, Group:RE, World:E&lt;BR /&gt;Access Cntrl List:  None&lt;BR /&gt;Client attributes:  None&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 51/64 blocks.&lt;BR /&gt;$ set proc/priv=(noall,tmpmbx,netmbx)&lt;BR /&gt;$ run test_dir&lt;BR /&gt;%DCL-W-ACTIMAGE, error activating image DIR_WATCH_EXEC&lt;BR /&gt;-CLI-E-IMGNAME, image file RX2600$DKA100:[SYS0.SYSCOMMON.][SYSLIB]DIR_WATCH_EXEC.EXE&lt;BR /&gt;-SYSTEM-F-NOPRIV, insufficient privilege or object protection violation&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;*NB* Be advised that some of the attached go operates in Kernel mode. Use at own risk! No warranty express of implied.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 00:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156206#M30495</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-12T00:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156207#M30496</link>
      <description>Here's some documentation for the routines in the previous example, if it helps any.&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 00:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156207#M30496</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-12T00:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156208#M30497</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;  Sorry, I can't run your test - policy regarding privileged programs (if it were an Alpha question I could run it on my home Alpha, but I don't have an IA64 to play with).&lt;BR /&gt;&lt;BR /&gt;  The issue may have something to do with the /PROTECT on the installed image, or maybe it's because of the two levels? As a sanity check, could you please try the attached procedure to see if my trivial example works correctly? No kernel mode code, no privilege required. Worst it will do is leave a few files and some logical names defined.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 02:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156208#M30497</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-02-12T02:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156209#M30498</link>
      <description>Here 'tis,&lt;BR /&gt;&lt;BR /&gt;$ @john&lt;BR /&gt;This should output "Hello World"&lt;BR /&gt;Hello World&lt;BR /&gt;This should output "Hello World" again&lt;BR /&gt;Hello World&lt;BR /&gt;This should fail with %TYPE-W-OPENIN&lt;BR /&gt;%TYPE-W-OPENIN, error opening DKA0:[TIER3_DEV.GILLINGS]TSHR.EXE;1 as input&lt;BR /&gt;-RMS-E-PRV, insufficient privilege or file protection violation&lt;BR /&gt;This should fail with %ILINK-F-OPENIN&lt;BR /&gt;%ILINK-F-OPENIN, error opening DKA0:[TIER3_DEV.GILLINGS]TSHR.EXE;1 as input&lt;BR /&gt;-RMS-E-PRV, insufficient privilege or file protection violation&lt;BR /&gt;This should fail with %LIB-E-ACTIMAGE&lt;BR /&gt;%LIB-E-ACTIMAGE, error activating image DKA0:[TIER3_DEV.GILLINGS]TSHR.EXE;1&lt;BR /&gt;-SYSTEM-W-ACCONFLICT, file access conflict&lt;BR /&gt;%TRACE-E-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;image     module    routine               line      rel PC           abs PC     &lt;BR /&gt;LIBRTL  LIB$FIND_IMAGE  LIB$FIND_IMAGE_SYMBOL&lt;BR /&gt;                                          1812 0000000000002800 FFFFFFFF841BC750&lt;BR /&gt;TFIS                                         0 0000000000020092 0000000000020092&lt;BR /&gt;                                             0 FFFFFFFF80B9E492 FFFFFFFF80B9E492&lt;BR /&gt;DCL                                          0 000000000006BD22 000000007AE27D22&lt;BR /&gt;%TRACE-I-END, end of TRACE stack dump&lt;BR /&gt;%SYSTEM-W-ACCONFLICT, file access conflict&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 02:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156209#M30498</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-12T02:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156210#M30499</link>
      <description>The ECO talks about installed images. It talks about mapping global sections. If installed /share, it gives the error, if installed /share=addr it works. The fix is incomplete, it addresses only /share=addr, which the error report was for. Please report the problem to get the fix.</description>
      <pubDate>Thu, 12 Feb 2009 12:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156210#M30499</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2009-02-12T12:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156211#M30500</link>
      <description>Hi Hartmut,&lt;BR /&gt;&lt;BR /&gt;You're an absolute champion! Should have given your post 10 points.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; if installed /share=addr it works. &lt;BR /&gt;&lt;BR /&gt;Sure does! Can't think of hand why you wouldn't use share=ADDRESS as opposed to vanilla /SHARE but is sounds better than setting protection down to w:Re so I'm off to investigate.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Please report the problem to get the fix.&lt;BR /&gt;&lt;BR /&gt;Not in a position to do that at the mo, and if Rdb Engineering can't be bothered then it can't be too important :-(&lt;BR /&gt;&lt;BR /&gt;But maybe you can find the guy at VMS responsible who considers regression-testing a clean-compile and Linker-errors a manufacturing issue and get him/her to be a bit more pro-active?&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher</description>
      <pubDate>Thu, 12 Feb 2009 22:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156211#M30500</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-12T22:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156212#M30501</link>
      <description>OK, I'll try to find that guy who only made minimal (security related) changes when he took over the image activator (which some people name a complex environment). If nobody wants this fixed in an ECO, it will go into the next&lt;BR /&gt;major release.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2009 09:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156212#M30501</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2009-02-13T09:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156213#M30502</link>
      <description>Hi Hartmut,&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help with this!&lt;BR /&gt;&lt;BR /&gt;Yes, I want it fixed in an ECO, justice *demands* it is fixed in an ECO!&lt;BR /&gt;&lt;BR /&gt;Don't you dare sit there as an appologist for the incompetent that made the original change and ask me to jump through hoops :-(&lt;BR /&gt;&lt;BR /&gt;But as I summed it up recently in a note to the Rdb Listserver: -&lt;BR /&gt;&lt;BR /&gt;----- Original Message ----- &lt;BR /&gt;From: Richard's Hotmail &lt;BR /&gt;To: oraclerdb@jcc.com &lt;BR /&gt;Sent: Friday, February 13, 2009 10:40 AM&lt;BR /&gt;Subject: Re: IA64 and protection on RDB$COSIP.EXE&lt;BR /&gt;&lt;BR /&gt;In closing: -&lt;BR /&gt;&lt;BR /&gt; - /SHARE=ADDRESS_DATA is starting to look like the mutt's nuts to me (although I too could have lowered the power to the sheilds and set protection to W:RE with far less security implecations in my case.)&lt;BR /&gt;&lt;BR /&gt; - No one here seems too worried that anyone can now LINK or LIB$FIS to RDB$COSIP and chance their arm at some passwords. (I'd take Port Number out of the intrusion detection just in case too)&lt;BR /&gt;&lt;BR /&gt; - I don't have a support agreement nor the rapport you share between VMS and Rdb engineering&lt;BR /&gt;&lt;BR /&gt;As an annoying developer who used to sit across from me had a habit of solutionizing "Someone oughta do something!" :-)&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;----- Original Message ----- &lt;BR /&gt;From: Norman Lastovica &lt;BR /&gt;To: oraclerdb@jcc.com &lt;BR /&gt;Sent: Friday, February 13, 2009 9:15 AM&lt;BR /&gt;Subject: RE: IA64 and protection on RDB$COSIP.EXE&lt;BR /&gt;&lt;BR /&gt;If there is a problem on VMS, Please do get in touch with HP OpenVMS support directly and they should be able to help you.&lt;BR /&gt;&lt;BR /&gt;From: Richard's Hotmail Sent: Thursday, February 12, 2009 6:48 PM&lt;BR /&gt;To: oraclerdb@jcc.com&lt;BR /&gt;Subject: Re: IA64 and protection on RDB$COSIP.EXE&lt;BR /&gt;&lt;BR /&gt;Hi Norm,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply!&lt;BR /&gt;&lt;BR /&gt;It is a bug, but a VMS/IA64 image-activator bug (that wasn't completely fixed) rather than and Rdb kitting bug. Let me illustrate on my lovely RX2600 VMS/IA64 8.3-1H1: -&lt;BR /&gt;&lt;BR /&gt;$ set file/protect=w:e sys$library:rdb$cosip.exe&lt;BR /&gt;$ set proc/priv=(noall,tmpmbx,netmbx)&lt;BR /&gt;$ mc sql$&lt;BR /&gt;SQL&amp;gt; attach 'file mf_personnel user ''tier3_dev'' using ''xxx''';&lt;BR /&gt;%SQL-F-ERRATTDEC, Error attaching to database mf_personnel&lt;BR /&gt;-RDB-E-UNAVAILABLE, Rdb/Dispatch is not available on your system&lt;BR /&gt;-RDB-I-TEXT, %LIB-E-ACTIMAGE, error activating image RX2600$DKA100:[SYS0.SYSCOMMON.][SYSLIB]RDB$COSIP.EXE, -SYSTEM-F-NOPRIV, insuffi&lt;BR /&gt;cient privilege or object protection violation&lt;BR /&gt;SQL&amp;gt; exit&lt;BR /&gt;&lt;BR /&gt;(See &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswerdo?threadId=1312923" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswerdo?threadId=1312923&lt;/A&gt; for complete details)&lt;BR /&gt;&lt;BR /&gt;My problem with someone on your side is they they've arbitrarily chosen to just drop the protection on the image rather than pursue VMS Engineering to fix the problem :-(&lt;BR /&gt;&lt;BR /&gt;The work around for Tier3 appears to be to simply install the T3$PRIVATE.EXE and T3$PUBLIC.EXE shareables with the /SHARE=ADDRESS option in the install utility. It would also appear from the following example that this option is not available to RDB$COSIP.EXE: -&lt;BR /&gt;&lt;BR /&gt;$ set proc/priv=all&lt;BR /&gt;$ install remove sys$library:rdb$cosip.exe&lt;BR /&gt;$ install add sys$library:rdb$cosip.exe/open/head/protected/share=address&lt;BR /&gt;%INSTALL-I-NONSHRADR, DISK$I831H1SYS:&lt;SYS0.SYSCOMMON.SYSLIB&gt;RDB$COSIP.EXE installed ignoring '/SHARE=ADDRESS'&lt;BR /&gt;-INSTALL-E-NOT_MAPPED, target address not mapped&lt;BR /&gt;-INSTALL-I-ADDRINFO, %X00060000 (not mapped address, link-time value)&lt;BR /&gt;&lt;BR /&gt;Must be a C language issue :-)&lt;BR /&gt;&lt;BR /&gt;Anyway, please get on to VMS engineering to fix your problem.&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;PS. Anyone know anything bad about installing images /SHARE=ADDRESS as opposed to a vanilla /SHARE?&lt;BR /&gt;&lt;BR /&gt;----- Original Message ----- &lt;BR /&gt;&lt;BR /&gt;More stuff . . . .&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;/SYS0.SYSCOMMON.SYSLIB&gt;</description>
      <pubDate>Fri, 13 Feb 2009 10:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156213#M30502</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-02-13T10:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156214#M30503</link>
      <description>&lt;A href="http://www.openvms.org/stories.php?story=09/06/17/4386856" target="_blank"&gt;http://www.openvms.org/stories.php?story=09/06/17/4386856&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Which would you rather use? (and perhaps have bundled with VMS) Just curious.&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher</description>
      <pubDate>Thu, 18 Jun 2009 11:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156214#M30503</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-06-18T11:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: IA64 problem with Shareable Image protection</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156215#M30504</link>
      <description>&lt;!--!*#--&gt;I guess you are comparing your DIR_WATCH_EXEC utility with the recently updated WatchDir from Jim Duff as they appear to perform the same function?&lt;BR /&gt;&lt;BR /&gt;Perhaps you can open a specific thread about that and indicate if there are any particular attributes of the utilities that  you wish people to compare?&lt;BR /&gt;Robustness, ease of use, documentation, that sort of thing?</description>
      <pubDate>Thu, 18 Jun 2009 16:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ia64-problem-with-shareable-image-protection/m-p/5156215#M30504</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2009-06-18T16:55:45Z</dc:date>
    </item>
  </channel>
</rss>

