summaryrefslogtreecommitdiffstats
path: root/src/privsep.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-10-02 15:57:01 +0100
committerRoy Marples <roy@marples.name>2020-10-02 15:57:01 +0100
commitd13d954be2a7e366e2c5090bf95d762074c278ff (patch)
treee6ae83f03cd63796aaa505e9015bd0864ba6f142 /src/privsep.h
parentc4c15d9a6423827ea80cc537e6f7fcf7d6fc172d (diff)
downloaddhcpcd-d13d954be2a7e366e2c5090bf95d762074c278ff.tar.xz
privsep: allow CAP_SETSOCKOPT for route(4) fd.
If FreeBSD ever implements RO_MISSFILTER it will need special rights to work over Capsium.
Diffstat (limited to 'src/privsep.h')
-rw-r--r--src/privsep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/privsep.h b/src/privsep.h
index 93f7965e..cd26a842 100644
--- a/src/privsep.h
+++ b/src/privsep.h
@@ -197,6 +197,7 @@ int ps_setbuf_fdpair(int []);
int ps_rights_limit_ioctl(int);
int ps_rights_limit_fd_fctnl(int);
int ps_rights_limit_fd_rdonly(int);
+int ps_rights_limit_fd_setsockopt(int);
int ps_rights_limit_fd(int);
int ps_rights_limit_fdpair(int []);
#endif