Lines Matching full:or
72 * which identifies the parent directory of a file hierarchy, or just a
92 * files and directories. Files or directories opened before the sandboxing
101 * A directory can receive access rights related to files or directories. The
105 * - %LANDLOCK_ACCESS_FS_READ_DIR: Open a directory or list its content.
110 * - %LANDLOCK_ACCESS_FS_REMOVE_DIR: Remove an empty directory or rename one.
111 * - %LANDLOCK_ACCESS_FS_REMOVE_FILE: Unlink (or rename) a file.
112 * - %LANDLOCK_ACCESS_FS_MAKE_CHAR: Create (or rename or link) a character
114 * - %LANDLOCK_ACCESS_FS_MAKE_DIR: Create (or rename) a directory.
115 * - %LANDLOCK_ACCESS_FS_MAKE_REG: Create (or rename or link) a regular file.
116 * - %LANDLOCK_ACCESS_FS_MAKE_SOCK: Create (or rename or link) a UNIX domain
118 * - %LANDLOCK_ACCESS_FS_MAKE_FIFO: Create (or rename or link) a named pipe.
119 * - %LANDLOCK_ACCESS_FS_MAKE_BLOCK: Create (or rename or link) a block device.
120 * - %LANDLOCK_ACCESS_FS_MAKE_SYM: Create (or rename or link) a symbolic link.
121 * - %LANDLOCK_ACCESS_FS_REFER: Link or rename a file from or to a different
127 * access right. When linking or renaming a file, the destination directory
128 * hierarchy must also always have the same or a superset of restrictions of
129 * the source hierarchy. If it is not the case, or if the domain doesn't
133 * ``LANDLOCK_ACCESS_FS_REMOVE_*`` access right on the source's (file or