Lines Matching full:permission
241 * tomoyo_check_path_acl - Check permission for path operation.
268 * tomoyo_check_path_number_acl - Check permission for path number operation.
289 * tomoyo_check_path2_acl - Check permission for path path operation.
309 * tomoyo_check_mkdev_acl - Check permission for path number number number operation.
339 * Returns true if @a == @b except permission bits, false otherwise.
379 * @perm: Permission.
411 * Returns true if @a == @b except permission bits, false otherwise.
455 * @perm: Permission.
493 * Returns true if @a == @b except permission bits, false otherwise.
534 * @perm: Permission.
563 * tomoyo_path_permission - Check permission for single path operation.
593 * tomoyo_execute_permission - Check permission for execute operation.
606 * Unlike other permission checks, this check is done regardless of in tomoyo_execute_permission()
629 * Returns true if @a == @b except permission bits, false otherwise.
673 * @perm: Permission.
700 …* tomoyo_path_number_perm - Check permission for "create", "mkdir", "mkfifo", "mksock", "ioctl", "…
745 * tomoyo_check_open_permission - Check permission for "read" and "write".
794 …* tomoyo_path_perm - Check permission for "unlink", "rmdir", "truncate", "symlink", "append", "chr…
850 * tomoyo_mkdev_perm - Check permission for "mkblock" and "mkchar".
895 * tomoyo_path2_perm - Check permission for "rename", "link" and "pivot_root".