diff options
Diffstat (limited to 'usr/src/lib/libsysevent/libsysevent.c')
-rw-r--r-- | usr/src/lib/libsysevent/libsysevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libsysevent/libsysevent.c b/usr/src/lib/libsysevent/libsysevent.c index ba5451ef32..dc2ebe9858 100644 --- a/usr/src/lib/libsysevent/libsysevent.c +++ b/usr/src/lib/libsysevent/libsysevent.c @@ -1824,7 +1824,7 @@ sysevent_open_channel(const char *channel) * Check that /var/run is mounted as tmpfs before allowing a channel * to be opened. */ - if ((fp = fopen(MNTTAB, "r")) == NULL) { + if ((fp = fopen(MNTTAB, "rF")) == NULL) { errno = EACCES; return (NULL); } |