Lines Matching refs:hook
62 inserts calls to hook functions at critical points in the kernel code to
87 Each LSM hook is a function pointer in a global table, security_ops.
90 ``include/linux/security.h``. Detailed documentation for each hook is
94 hook function pointers for system operations. This structure is likely
95 to be flattened in the future for performance. The placement of the hook
97 per-hook documentation in the header file. The hook calls can also be
105 processes (e.g. kill), since each process might have its own hook for
116 The global security_ops table is initialized to a set of hook functions
120 security_ops to refer to its own hook functions, and an
124 decision for each hook.
149 after allocation, such as the :c:func:`post_lookup()` hook in
151 This hook is used to set security information for inodes after
153 is the :c:func:`permission()` hook in :c:type:`struct
154 inode_security_ops <inode_security_ops>`. This hook checks