Changeset 411aa63 in code for logger.c


Ignore:
Timestamp:
Sep 21, 2016, 7:37:26 PM (9 years ago)
Author:
Tim Kuijsten <tim@…>
Branches:
master
Children:
6f076e7
Parents:
67f3e60
git-author:
Tim Kuijsten <tim@…> (09/21/16 17:32:01)
git-committer:
Tim Kuijsten <tim@…> (09/21/16 19:37:26)
Message:

pledge icbd and it's logger process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • logger.c

    r67f3e60 r411aa63  
    119119        }
    120120
     121        if (pledge("stdio cpath wpath", NULL) == -1) {
     122                syslog(LOG_ERR, "%s: pledge", __func__);
     123                exit(EX_NOPERM);
     124        }
     125
    121126        event_init();
    122127
Note: See TracChangeset for help on using the changeset viewer.