Project

General

Profile

Actions

Bug #11036

closed

Creating named streams on existing files is not quite right

Added by Gordon Ross about 4 years ago. Updated over 2 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
Category:
-
Start date:
2019-05-15
Due date:
% Done:

0%

Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:

Description

In MS-FSA, 'file lookup' effectively has the following branches:

If the file doesn't exist, create the file and the stream
If the file exists, and the stream exists, perform access and sharing checks
If the file exists, but the stream doesn't exist, perform access checks, then create the stream.
In our implementation, 1 and 3 are collapsed into a single branch: If the file exists, but the stream doesn't, that's treated as if the file didn't exist. Right now, the primary effect of this is that we don't check the accesses requested, and so the enhancements in #11037 can't properly audit these requests.

Actions #1

Updated by Gordon Ross about 4 years ago

  • Description updated (diff)
  • Status changed from New to In Progress

Testing is in combination with SMB file auditing #11037

Actions #2

Updated by Gordon Ross over 2 years ago

  • Status changed from In Progress to Duplicate

Dup of #13441

Actions

Also available in: Atom PDF