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