diff options
Diffstat (limited to 'security/selinux/selinuxfs.c')
-rw-r--r-- | security/selinux/selinuxfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c index 145ee62f205a..1e2e3e4b5fdb 100644 --- a/security/selinux/selinuxfs.c +++ b/security/selinux/selinuxfs.c | |||
@@ -180,7 +180,7 @@ static ssize_t sel_write_enforce(struct file *file, const char __user *buf, | |||
180 | selnl_notify_setenforce(new_value); | 180 | selnl_notify_setenforce(new_value); |
181 | selinux_status_update_setenforce(state, new_value); | 181 | selinux_status_update_setenforce(state, new_value); |
182 | if (!new_value) | 182 | if (!new_value) |
183 | call_lsm_notifier(LSM_POLICY_CHANGE, NULL); | 183 | call_blocking_lsm_notifier(LSM_POLICY_CHANGE, NULL); |
184 | } | 184 | } |
185 | length = count; | 185 | length = count; |
186 | out: | 186 | out: |