opnsense-src/sys/fs/procfs
Simon J. Gerraty 4a5fa10861 procfs require PRIV_PROC_MEM_WRITE to write mem
Add a priv_check for PRIV_PROC_MEM_WRITE which will be blocked
by mac_veriexec if being enforced, unless the process has a maclabel
to grant priv.

Reviewed by:	stevek
Sponsored by:	Juniper Networks, Inc.
Differential Revision:	https://reviews.freebsd.org/D46692
2024-09-19 13:10:27 -07:00
..
procfs.c procfs: Add self & exe symlinks like NetBSD does 2024-02-02 18:34:59 -07:00
procfs.h sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
procfs_dbregs.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
procfs_fpregs.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
procfs_map.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
procfs_mem.c procfs require PRIV_PROC_MEM_WRITE to write mem 2024-09-19 13:10:27 -07:00
procfs_note.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
procfs_osrel.c uio: Use switch statements when handling UIO_READ vs UIO_WRITE 2024-05-10 13:43:36 -07:00
procfs_regs.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
procfs_rlimit.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
procfs_status.c proc: Remove kernel stack swapping support, part 6 2024-07-29 01:43:18 +00:00
procfs_type.c