Lines Matching full:rights
304 /* All access rights that can be tied to files. */
326 /* Files only get access rights that make sense. */ in landlock_append_fs_rule()
333 /* Transforms relative access rights to absolute ones. */ in landlock_append_fs_rule()
394 /* Handles all initially denied by default access rights. */ in get_handled_fs_accesses()
435 * rights without child exceptions): in no_more_access()
512 /* Checks that file access rights are also enforced for a directory. */ in test_no_more_access()
515 /* Checks that directory access rights don't impact file referring... */ in test_no_more_access()
527 /* Checks file exchange with directory access rights... */ in test_no_more_access()
532 /* ...and with file access rights. */ in test_no_more_access()
987 * - true if all the domain access rights are allowed for @dir;
1045 * (and not only inodes) to tie access rights to files. Being able to link or
1052 * directory requested to be moved would gain new access rights inherited from
1058 * access rights would be greater than the source access rights, then the
1069 * rights that are denied per layer. These matrices are then compared to see
1075 * creation and potentially removal rights). The kernel implementation is then
1076 * required to rely on potentially four matrices of access rights: one for the
1085 * - -EXDEV if @old_dentry would inherit new access rights from @new_dir;
1164 * To be able to compare source and destination domain access rights, in current_check_refer_path()
1165 * take into account the @old_dentry access rights aggregated with its in current_check_refer_path()
1166 * parent access rights. This will be useful to compare with the in current_check_refer_path()
1167 * destination parent access rights. in current_check_refer_path()
1455 * Returns the access rights that are required for opening the given file,
1480 * Grants all access rights, even if most of them are not checked later in hook_file_alloc_security()
1538 * Calculate the actual allowed access rights from layer_masks. in hook_file_open()
1552 * access rights at the time of open() which decide whether the in hook_file_open()
1554 * file access rights in the opened struct file. in hook_file_open()
1587 * It is the access rights at the time of opening the file which in hook_file_ioctl()
1610 * It is the access rights at the time of opening the file which in hook_file_ioctl_compat()