Re: rad unveil

2019-11-27 Thread Ricardo Mestre
Hi benno, If you remove "include" then please make the unveil next to pledge like the below, that way we know right away why exactly we need rpath for in pledge. Also, you only need unveil(NULL, NULL) if you're not actually calling pledge somewhere down the code. Index: rad.c ===

Re: rad unveil

2019-11-26 Thread Sebastian Benoit
Sebastian Benoit(be...@openbsd.org) on 2019.11.26 18:46:11 +0100: > > remove include statement and unveil() rad. > > ok? diff --git usr.sbin/rad/parse.y usr.sbin/rad/parse.y index bb18c3d9c9c..443cff66065 100644 --- usr.sbin/rad/parse.y +++ usr.sbin/rad/parse.y @@ -112,7 +112,7 @@ typedef struc

rad unveil

2019-11-26 Thread Sebastian Benoit
remove include statement and unveil() rad. ok? diff --git usr.sbin/rad/parse.y usr.sbin/rad/parse.y index bb18c3d9c9c..443cff66065 100644 --- usr.sbin/rad/parse.y +++ usr.sbin/rad/parse.y @@ -112,7 +112,7 @@ typedef struct { %} -%token RA_IFACE YES NO INCLUDE ERROR +%token RA_IFACE YES NO