<?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: Does AUDIT=SECURITY,ACCESS=DELETE work? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/does-audit-security-access-delete-work/m-p/5161327#M93632</link>
    <description>Jess,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  Sorry for wasting bandwidth.&lt;BR /&gt;&lt;BR /&gt;  Not waste, it's the accumulation of informative mistakes that brings wisdom.&lt;BR /&gt;&lt;BR /&gt;As we've seen in recent threads, finding the correct ANALYZE/AUDIT query can be difficult (even if it's one of the documented ones!).&lt;BR /&gt;&lt;BR /&gt;Highly targetted ANALYZE/AUDIT commands are great for regular (and debugged) reports, but for casual use, it's usually faster and more reliable to just dump the whole lot!&lt;BR /&gt;&lt;BR /&gt;If in doubt use ANALYZE/AUDIT/FULL/SINCE=time/OUTPUT=file to dump the whole lot and SEARCH the output. &lt;BR /&gt;&lt;BR /&gt;Note although you can PIPE the output into a SEARCH command, you can't use /WINDOW to include text prior to the search string.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Mar 2009 22:48:40 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2009-03-04T22:48:40Z</dc:date>
    <item>
      <title>Does AUDIT=SECURITY,ACCESS=DELETE work?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/does-audit-security-access-delete-work/m-p/5161325#M93630</link>
      <description>&lt;!--!*#--&gt;Can anyone explain why I am not getting a security audit record when I delete a file that has the ACL:&lt;BR /&gt;(AUDIT=SECURITY,ACCESS=WRITE+DELETE+SUCCESS+FAILURE)&lt;BR /&gt;on it?&lt;BR /&gt;&lt;BR /&gt;$ SHOW SYSTEM/NOPROCESS&lt;BR /&gt;OpenVMS V7.3-2 on node AX38 4-MAR-2009 21:30:50&lt;BR /&gt;$ SHOW AUDIT /AUDIT&lt;BR /&gt;System security audits currently enabled for:&lt;BR /&gt;  ACL&lt;BR /&gt;  Authorization&lt;BR /&gt;  Time&lt;BR /&gt;  SYSGEN&lt;BR /&gt;  Audit:         illformed&lt;BR /&gt;  Breakin:       dialup,local,remote,network,detached&lt;BR /&gt;  Logfailure:    dialup,local,remote,network,subprocess,detached&lt;BR /&gt;  QUEUE access:&lt;BR /&gt;    Failure:     submit,manage,delete,control&lt;BR /&gt;$ CREATE JUNK.TXT /FDL=NL:&lt;BR /&gt;$ SET SECURITY JUNK.TXT -&lt;BR /&gt;/ACL=(AUDIT=SECURITY,ACCESS=WRITE+DELETE+SUCCESS+FAILURE)&lt;BR /&gt;$ DIRECTORY /SECURITY JUNK.TXT&lt;BR /&gt;&lt;BR /&gt;Directory DSKC:[GOODMAN]&lt;BR /&gt;&lt;BR /&gt;JUNK.TXT;1  [STAFF,GOODMAN] (RWED,RWED,RE,)&lt;BR /&gt;(AUDIT=SECURITY,ACCESS=WRITE+DELETE+SUCCESS+FAILURE)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;$ DELETE /LOG JUNK.TXT;1&lt;BR /&gt;%DELETE-I-FILDEL, DSKC:[GOODMAN]JUNK.TXT;1 deleted (0 blocks)&lt;BR /&gt;&lt;BR /&gt;$ ANALYZE/AUDIT SYS_COMMON:SECURITY.AUDIT$JOURNAL -&lt;BR /&gt;/EVENT=ACCESS /SINCE=21:00&lt;BR /&gt;%AUDSRV-W-NOSELECT, no records selected&lt;BR /&gt;&lt;BR /&gt;If I just write to the file I do get an audit record.  If I put the same ACL on the directory the file is in, then I get an audit record when I delete the file, but that is because of write access to the directory.&lt;BR /&gt;&lt;BR /&gt;Hard to believe that ACCESS=DELETE audits don't work at all, at least thru VMS 7.3-2.</description>
      <pubDate>Wed, 04 Mar 2009 21:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/does-audit-security-access-delete-work/m-p/5161325#M93630</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2009-03-04T21:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Does AUDIT=SECURITY,ACCESS=DELETE work?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/does-audit-security-access-delete-work/m-p/5161326#M93631</link>
      <description>&lt;!--!*#--&gt;Never mind..............&lt;BR /&gt;&lt;BR /&gt;Just figured it out - have to use /EVENT=DELETE instead of /EVENT=ACCESS.&lt;BR /&gt;&lt;BR /&gt;Sorry for wasting bandwidth.</description>
      <pubDate>Wed, 04 Mar 2009 21:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/does-audit-security-access-delete-work/m-p/5161326#M93631</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2009-03-04T21:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Does AUDIT=SECURITY,ACCESS=DELETE work?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/does-audit-security-access-delete-work/m-p/5161327#M93632</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  Sorry for wasting bandwidth.&lt;BR /&gt;&lt;BR /&gt;  Not waste, it's the accumulation of informative mistakes that brings wisdom.&lt;BR /&gt;&lt;BR /&gt;As we've seen in recent threads, finding the correct ANALYZE/AUDIT query can be difficult (even if it's one of the documented ones!).&lt;BR /&gt;&lt;BR /&gt;Highly targetted ANALYZE/AUDIT commands are great for regular (and debugged) reports, but for casual use, it's usually faster and more reliable to just dump the whole lot!&lt;BR /&gt;&lt;BR /&gt;If in doubt use ANALYZE/AUDIT/FULL/SINCE=time/OUTPUT=file to dump the whole lot and SEARCH the output. &lt;BR /&gt;&lt;BR /&gt;Note although you can PIPE the output into a SEARCH command, you can't use /WINDOW to include text prior to the search string.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 22:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/does-audit-security-access-delete-work/m-p/5161327#M93632</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-03-04T22:48:40Z</dc:date>
    </item>
  </channel>
</rss>

