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 1884f34bb983..6f195c7915de 100644 --- a/security/selinux/selinuxfs.c +++ b/security/selinux/selinuxfs.c | |||
@@ -178,7 +178,7 @@ static ssize_t sel_write_enforce(struct file *file, const char __user *buf, | |||
178 | selnl_notify_setenforce(new_value); | 178 | selnl_notify_setenforce(new_value); |
179 | selinux_status_update_setenforce(state, new_value); | 179 | selinux_status_update_setenforce(state, new_value); |
180 | if (!new_value) | 180 | if (!new_value) |
181 | call_lsm_notifier(LSM_POLICY_CHANGE, NULL); | 181 | call_blocking_lsm_notifier(LSM_POLICY_CHANGE, NULL); |
182 | } | 182 | } |
183 | length = count; | 183 | length = count; |
184 | out: | 184 | out: |