CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2020/07/17 10:28:19
Modified files: sys/kern : kern_pledge.c Log message: Allow setsockopt SO_RTABLE when pleding "wroute" soon to be needed by slaacd(8). "wroute" allows changes to the routing table so this is a good fit. Nothing else in base is effected by this. dhclient might use the wroute pledge in the future and might also want SO_RTABLE in a more distant future. OK deraadt