D3FEND 技术详情

D3-LFAM

D3-LFAM

Local File Access Mediation

定义

Local file access mediation is the process of an operating system granting or denying a specific access request to a local file.

父技术
子技术
关联构件
OpenFile
Open File

For most file systems, a program initializes access to a file in a file system using the open system call. This allocates resources associated to the file (the file descriptor), and returns a handle that the process will use to refer to that file. In some cases the open is performed by the first access. During the open, the filesystem may allocate memory for buffers, or it may wait until the first operation. Various other errors which may occur during the open include directory update failures, un-permitted multiple connections, media failures, communication link failures and device failures.

语义关系
出向filtersOpen File
出向kb referenceReference - File and Folder Permissions