diff options
author | Liav A <liavalb@gmail.com> | 2022-10-21 19:29:50 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-10-22 19:18:15 +0200 |
commit | 07387ec19af987f4ce095197824ef6a2d53533b4 (patch) | |
tree | a1ef2f08c2946a20fab83ffd43d03c5eb048a954 /Kernel/Bus/VirtIO | |
parent | 97f8927da6bcfe6a84fb68b06377eb897cc49446 (diff) | |
download | serenity-07387ec19af987f4ce095197824ef6a2d53533b4.zip |
Kernel+Base: Introduce MS_NOREGULAR mount flag
This flag doesn't conform to any POSIX standard nor is found in any OS
out there. The idea behind this mount flag is to ensure that only
non-regular files will be placed in a filesystem, which includes device
nodes, symbolic links, directories, FIFOs and sockets. Currently, the
only valid case for using this mount flag is for TmpFS instances, where
we want to mount a TmpFS but disallow any kind of regular file and only
allow other types of files on the filesystem.
Diffstat (limited to 'Kernel/Bus/VirtIO')
0 files changed, 0 insertions, 0 deletions