Lines Matching full:rights
307 /* All access rights that can be tied to files. */
329 /* Files only get access rights that make sense. */ in landlock_append_fs_rule()
336 /* Transforms relative access rights to absolute ones. */ in landlock_append_fs_rule()
430 * rights without child exceptions): in no_more_access()
507 /* Checks that file access rights are also enforced for a directory. */ in test_no_more_access()
510 /* Checks that directory access rights don't impact file referring... */ in test_no_more_access()
522 /* Checks file exchange with directory access rights... */ in test_no_more_access()
527 /* ...and with file access rights. */ in test_no_more_access()
997 * - true if all the domain access rights are allowed for @dir;
1055 * (and not only inodes) to tie access rights to files. Being able to link or
1062 * directory requested to be moved would gain new access rights inherited from
1068 * access rights would be greater than the source access rights, then the
1079 * rights that are denied per layer. These matrices are then compared to see
1085 * creation and potentially removal rights). The kernel implementation is then
1086 * required to rely on potentially four matrices of access rights: one for the
1095 * - -EXDEV if @old_dentry would inherit new access rights from @new_dir;
1174 * To be able to compare source and destination domain access rights, in current_check_refer_path()
1175 * take into account the @old_dentry access rights aggregated with its in current_check_refer_path()
1176 * parent access rights. This will be useful to compare with the in current_check_refer_path()
1177 * destination parent access rights. in current_check_refer_path()
1461 * Returns the access rights that are required for opening the given file,
1486 * Grants all access rights, even if most of them are not checked later in hook_file_alloc_security()
1544 * Calculate the actual allowed access rights from layer_masks. in hook_file_open()
1558 * access rights at the time of open() which decide whether the in hook_file_open()
1560 * file access rights in the opened struct file. in hook_file_open()
1593 * It is the access rights at the time of opening the file which in hook_file_ioctl()
1616 * It is the access rights at the time of opening the file which in hook_file_ioctl_compat()