Changes in logger.c [d27dc1e:411aa63] in code


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • logger.c

    rd27dc1e 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.