summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c5303c9)
raw | patch | inline | side by side (parent: c5303c9)
author | Stefan Rinkes <stefan.rinkes@gmail.com> | |
Sun, 17 Apr 2011 09:14:07 +0000 (11:14 +0200) | ||
committer | Stefan Rinkes <stefan.rinkes@gmail.com> | |
Sun, 17 Apr 2011 09:14:07 +0000 (11:14 +0200) |
src/pf.c | patch | blob | history |
diff --git a/src/pf.c b/src/pf.c
index 7c677bf62b920ad662e8cadfe3da8495fbf1b0fc..9d99e3a7263c8ee55a1caa262834cd046ee77590 100644 (file)
--- a/src/pf.c
+++ b/src/pf.c
{
struct pf_status status;
- if ((dev = open(PF_SOCKET, O_RDWR)) == -1) {
+ if ((dev = open(PF_SOCKET, O_RDONLY)) == -1) {
return (-1);
}
if (ioctl(dev, DIOCGETSTATUS, &status) == -1) {
char *lnames[] = LCNT_NAMES;
char *names[] = { "searches", "inserts", "removals" };
- if ((dev = open(PF_SOCKET, O_RDWR)) == -1) {
+ if ((dev = open(PF_SOCKET, O_RDONLY)) == -1) {
return (-1);
}
if (ioctl(dev, DIOCGETSTATUS, &status) == -1) {