diff options
Diffstat (limited to 'security/tomoyo/load_policy.c')
-rw-r--r-- | security/tomoyo/load_policy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/load_policy.c b/security/tomoyo/load_policy.c index 67975405140f..078fac0bb4c5 100644 --- a/security/tomoyo/load_policy.c +++ b/security/tomoyo/load_policy.c | |||
@@ -102,7 +102,7 @@ void tomoyo_load_policy(const char *filename) | |||
102 | envp[0] = "HOME=/"; | 102 | envp[0] = "HOME=/"; |
103 | envp[1] = "PATH=/sbin:/bin:/usr/sbin:/usr/bin"; | 103 | envp[1] = "PATH=/sbin:/bin:/usr/sbin:/usr/bin"; |
104 | envp[2] = NULL; | 104 | envp[2] = NULL; |
105 | call_usermodehelper(argv[0], argv, envp, 1); | 105 | call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); |
106 | tomoyo_check_profile(); | 106 | tomoyo_check_profile(); |
107 | } | 107 | } |
108 | 108 | ||