Lines Matching refs:hooks

35  * Security hooks for program execution operations.
87 * Security hooks for mount using fs_context.
103 * Security hooks for filesystem operations.
204 * Security hooks for inode operations.
221 * the post_create/mkdir/... hooks called by the VFS. The hook function
479 * Security hooks for kernfs node operations
488 * Security hooks for file operations
589 * Security hooks for task operations.
782 * Security hooks for Netlink messaging.
795 * Security hooks for Unix domain networking.
811 * The @unix_stream_connect and @unix_may_send hooks were necessary because
815 * and permission hooks in inode_security_ops), binding and connecting to
818 * using only the socket layer hooks, since we need to know the actual target
821 * Security hooks for socket operations.
922 * from Netfilter's IP input hooks since it is the first time that the
1003 * Security hooks for SCTP
1030 * Security hooks for Infiniband
1050 * Security hooks for XFRM operations.
1120 * Security hooks affecting all Key Management operations
1152 * Security hooks affecting all System V IPC operations.
1165 * Security hooks for individual messages held in System V IPC message queues
1177 * Security hooks for System V IPC Message Queues
1222 * Security hooks for System V Shared Memory Segments
1257 * Security hooks for System V Semaphores
1316 * during an execve in the set_security or apply_creds hooks of
1406 * Security hooks for Audit
1474 * Security hooks for the general notification queue:
1488 * Security hooks for using the eBPF maps and programs functionalities through
1527 * Security hooks for perf events
1577 * LSM hooks (in include/linux/lsm_hook_defs.h).
1593 extern void security_add_hooks(struct security_hook_list *hooks, int count,
1639 static inline void security_delete_hooks(struct security_hook_list *hooks,
1645 hlist_del_rcu(&hooks[i].list);