serenity/Base
Liav A 07387ec19a 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.
2022-10-22 19:18:15 +02:00
..
bin
etc Base: Launch CrashDaemon at session start-up 2022-10-14 11:37:11 +02:00
home/anon Base: Add a PDF document to test Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
res Base: Add SameSite cookie test cases 2022-10-22 18:17:01 +02:00
root
usr Kernel+Base: Introduce MS_NOREGULAR mount flag 2022-10-22 19:18:15 +02:00
www
.gitignore