CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/06/15 13:37:10
Modified files: usr.bin/at : at.c Log message: Finer grained pledge for at(1). After setegid(), do a three-way pledge: For AT and BATCH: "stdio rpath wpath cpath fattr getpw unix" For ATRM: "stdio rpath cpath getpw unix" For ATQ and CAT: "stdio rpath getpw" "unix" is needed for poke_daemon() and "fattr" to chmod +x spoolfile. idea and ok millert