smack_lsm.c (12085b14a4440a6d12ff7966702c010df87caef0) | smack_lsm.c (757cbe597fe8490c7c0a9650ebe5d60195f151d4) |
---|---|
1/* 2 * Simplified MAC Kernel (smack) security module 3 * 4 * This file contains the smack hook function implementations. 5 * 6 * Authors: 7 * Casey Schaufler <casey@schaufler-ca.com> 8 * Jarkko Sakkinen <jarkko.sakkinen@intel.com> --- 4615 unchanged lines hidden (view full) --- 4624 LSM_HOOK_INIT(syslog, smack_syslog), 4625 4626 LSM_HOOK_INIT(sb_alloc_security, smack_sb_alloc_security), 4627 LSM_HOOK_INIT(sb_free_security, smack_sb_free_security), 4628 LSM_HOOK_INIT(sb_free_mnt_opts, smack_free_mnt_opts), 4629 LSM_HOOK_INIT(sb_eat_lsm_opts, smack_sb_eat_lsm_opts), 4630 LSM_HOOK_INIT(sb_statfs, smack_sb_statfs), 4631 LSM_HOOK_INIT(sb_set_mnt_opts, smack_set_mnt_opts), | 1/* 2 * Simplified MAC Kernel (smack) security module 3 * 4 * This file contains the smack hook function implementations. 5 * 6 * Authors: 7 * Casey Schaufler <casey@schaufler-ca.com> 8 * Jarkko Sakkinen <jarkko.sakkinen@intel.com> --- 4615 unchanged lines hidden (view full) --- 4624 LSM_HOOK_INIT(syslog, smack_syslog), 4625 4626 LSM_HOOK_INIT(sb_alloc_security, smack_sb_alloc_security), 4627 LSM_HOOK_INIT(sb_free_security, smack_sb_free_security), 4628 LSM_HOOK_INIT(sb_free_mnt_opts, smack_free_mnt_opts), 4629 LSM_HOOK_INIT(sb_eat_lsm_opts, smack_sb_eat_lsm_opts), 4630 LSM_HOOK_INIT(sb_statfs, smack_sb_statfs), 4631 LSM_HOOK_INIT(sb_set_mnt_opts, smack_set_mnt_opts), |
4632 LSM_HOOK_INIT(sb_parse_opts_str, smack_parse_opts_str), | |
4633 4634 LSM_HOOK_INIT(bprm_set_creds, smack_bprm_set_creds), 4635 4636 LSM_HOOK_INIT(inode_alloc_security, smack_inode_alloc_security), 4637 LSM_HOOK_INIT(inode_free_security, smack_inode_free_security), 4638 LSM_HOOK_INIT(inode_init_security, smack_inode_init_security), 4639 LSM_HOOK_INIT(inode_link, smack_inode_link), 4640 LSM_HOOK_INIT(inode_unlink, smack_inode_unlink), --- 213 unchanged lines hidden --- | 4632 4633 LSM_HOOK_INIT(bprm_set_creds, smack_bprm_set_creds), 4634 4635 LSM_HOOK_INIT(inode_alloc_security, smack_inode_alloc_security), 4636 LSM_HOOK_INIT(inode_free_security, smack_inode_free_security), 4637 LSM_HOOK_INIT(inode_init_security, smack_inode_init_security), 4638 LSM_HOOK_INIT(inode_link, smack_inode_link), 4639 LSM_HOOK_INIT(inode_unlink, smack_inode_unlink), --- 213 unchanged lines hidden --- |