Changeset 67f3e60 in code
- Timestamp:
-
Sep 21, 2016, 5:51:22 PM
(9 years ago)
- Author:
- Mike Belopuhov <mbelop@…>
- Branches:
- master
- Children:
- 411aa63, 6f076e7
- Parents:
- e47285c
- git-author:
- Tim Kuijsten <tim@…> (09/21/16 17:51:22)
- git-committer:
- Mike Belopuhov <mbelop@…> (09/21/16 17:51:22)
- Message:
-
restrict when in foreground mode as well
/var/crash/icbd and kern.nosuidcoredump=3 can be used in order to
debug core dumps.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
re47285c
|
r67f3e60
|
|
235 | 235 | res_init(); |
236 | 236 | |
237 | | if (!foreground) |
238 | | icbd_restrict(); |
| 237 | icbd_restrict(); |
239 | 238 | |
240 | 239 | icbd_modupdate(); |