diff options
author | 2016-04-26 13:30:12 +0000 | |
---|---|---|
committer | 2016-04-26 13:30:12 +0000 | |
commit | d79ad1b7d9f60f10562f4ce10f07702d29ba559c (patch) | |
tree | c21f10353d6c16f65c545be776c8929ca34c7f9f /sys/dev/softraid.c | |
parent | Restore intro comment to sr_hotspare_rebuild(), which was erroneously (diff) | |
download | wireguard-openbsd-d79ad1b7d9f60f10562f4ce10f07702d29ba559c.tar.xz wireguard-openbsd-d79ad1b7d9f60f10562f4ce10f07702d29ba559c.zip |
Add pledge(2) promises independently on each user(8)'s functions as follows:
useradd: stdio rpath wpath cpath fattr flock proc exec getpw id
usermod: stdio rpath wpath cpath fattr flock proc exec getpw id
userdel: stdio rpath wpath cpath fattr flock proc exec getpw id
userinfo: stdio getpw
groupadd: stdio rpath wpath cpath fattr flock getpw
groupmod: stdio rpath wpath cpath fattr flock
groupdel: stdio rpath wpath cpath fattr flock
groupinfo: stdio getpw
This was extensively tested by me and tim@ who found some issues on my first
versions. deraadt@ prodded me to commit this now to check who uses it in order
to report back any fallbacks with the diff, if you find any please inform us.
Diffstat (limited to 'sys/dev/softraid.c')
0 files changed, 0 insertions, 0 deletions