Lines Matching refs:LSM_HOOK_INIT

557 	LSM_HOOK_INIT(cred_prepare, tomoyo_cred_prepare),
558 LSM_HOOK_INIT(bprm_committed_creds, tomoyo_bprm_committed_creds),
559 LSM_HOOK_INIT(task_alloc, tomoyo_task_alloc),
560 LSM_HOOK_INIT(task_free, tomoyo_task_free),
562 LSM_HOOK_INIT(bprm_creds_for_exec, tomoyo_bprm_creds_for_exec),
564 LSM_HOOK_INIT(bprm_check_security, tomoyo_bprm_check_security),
565 LSM_HOOK_INIT(file_fcntl, tomoyo_file_fcntl),
566 LSM_HOOK_INIT(file_open, tomoyo_file_open),
567 LSM_HOOK_INIT(file_truncate, tomoyo_file_truncate),
568 LSM_HOOK_INIT(path_truncate, tomoyo_path_truncate),
569 LSM_HOOK_INIT(path_unlink, tomoyo_path_unlink),
570 LSM_HOOK_INIT(path_mkdir, tomoyo_path_mkdir),
571 LSM_HOOK_INIT(path_rmdir, tomoyo_path_rmdir),
572 LSM_HOOK_INIT(path_symlink, tomoyo_path_symlink),
573 LSM_HOOK_INIT(path_mknod, tomoyo_path_mknod),
574 LSM_HOOK_INIT(path_link, tomoyo_path_link),
575 LSM_HOOK_INIT(path_rename, tomoyo_path_rename),
576 LSM_HOOK_INIT(inode_getattr, tomoyo_inode_getattr),
577 LSM_HOOK_INIT(file_ioctl, tomoyo_file_ioctl),
578 LSM_HOOK_INIT(file_ioctl_compat, tomoyo_file_ioctl),
579 LSM_HOOK_INIT(path_chmod, tomoyo_path_chmod),
580 LSM_HOOK_INIT(path_chown, tomoyo_path_chown),
581 LSM_HOOK_INIT(path_chroot, tomoyo_path_chroot),
582 LSM_HOOK_INIT(sb_mount, tomoyo_sb_mount),
583 LSM_HOOK_INIT(sb_umount, tomoyo_sb_umount),
584 LSM_HOOK_INIT(sb_pivotroot, tomoyo_sb_pivotroot),
585 LSM_HOOK_INIT(socket_bind, tomoyo_socket_bind),
586 LSM_HOOK_INIT(socket_connect, tomoyo_socket_connect),
587 LSM_HOOK_INIT(socket_listen, tomoyo_socket_listen),
588 LSM_HOOK_INIT(socket_sendmsg, tomoyo_socket_sendmsg),