summaryrefslogtreecommitdiff
path: root/src/basic/filesystems.h
Commit message (Collapse)AuthorAgeFilesLines
* basic/filesystems: fs_in_group() returns a booleanZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
| | | | | is_{temporary,network}_fs() looked like they are incorrectly casting an error to true, but actually the return type is misdeclared.
* filesystems: add internal APIs to convert fs magic to nameLennart Poettering2021-11-151-0/+1
| | | | | We previously had tooling for the opposite direction, let's complete the work.
* filesystems: add group for "application" file systemLennart Poettering2021-11-151-0/+1
| | | | | | This group shall cover file systems whose job is to make stuff that isn't actually storing anything in itself, and isn't just an API file system, but allows exposing stuff with special semantics in the VFS.
* filesystems: add two new filesystem groupsLennart Poettering2021-11-151-0/+2
| | | | | | | 1. @anonymous → for file systems that aren't real file systems but simply the backing for sockets, pipes and other "anonymous" fds. 2. @security → for the various MAC security file systems.
* basic: add filesystem databaseIago López Galeiras2021-10-061-0/+38
Stores filesystem_name -> magic_number(s).