commit | 491a0b08d38e7f0961a1850d43d0dea02f918d66 | [log] [tgz] |
---|---|---|
author | Casey Schaufler <casey@schaufler-ca.com> | Tue Jan 26 15:08:35 2016 -0800 |
committer | Casey Schaufler <casey@schaufler-ca.com> | Thu Feb 11 09:14:35 2016 -0800 |
tree | 2b3342bb4d9ff3618b911c86fc9aea7209c1e94b | |
parent | 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95 [diff] |
Smack: Remove pointless hooks Prior to the 4.2 kernel there no no harm in providing a security module hook that does nothing, as the default hook would get called if the module did not supply one. With the list based infrastructure an empty hook adds overhead. This patch removes the three Smack hooks that don't actually do anything. Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>