diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index c61787b15f27..c1e37018c8eb 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -197,7 +197,7 @@ static int selinux_lsm_notifier_avc_callback(u32 event) | |||
197 | { | 197 | { |
198 | if (event == AVC_CALLBACK_RESET) { | 198 | if (event == AVC_CALLBACK_RESET) { |
199 | sel_ib_pkey_flush(); | 199 | sel_ib_pkey_flush(); |
200 | call_lsm_notifier(LSM_POLICY_CHANGE, NULL); | 200 | call_blocking_lsm_notifier(LSM_POLICY_CHANGE, NULL); |
201 | } | 201 | } |
202 | 202 | ||
203 | return 0; | 203 | return 0; |