1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00
freebsd/sys/fs
Simon J. Gerraty f239981ed5 proc_rwmem check PRIV_PROC_MEM_WRITE when writing
This will fail when mac_veriexec is enforced.

Move the check from procfs_doprocmem to proc_rwmem to ensure all
cases are covered.

Reviewed by:	olce, markj
Sponsored by:	Juniper Networks, Inc.
Differential Revision:	https://reviews.freebsd.org/D47484
2024-11-08 16:11:33 -08:00
..
autofs Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
cd9660 cd9660: Add support for mask,dirmask,uid,gid options 2024-01-12 14:51:31 -08:00
cuse
deadfs
devfs devfs_allocv(): style 2024-05-12 04:13:00 +03:00
ext2fs ext4_ext_tree_init: correct memset initialization 2024-06-25 10:41:11 -07:00
fdescfs
fifofs
fuse fusefs: fix an uninitialized memory access in fuse_vnop_deallocate 2024-09-08 15:50:40 -06:00
mntfs
msdosfs msdosfs: return ENOENT if looking up invalid name for OPEN or DELETE 2024-08-25 17:50:53 +03:00
nfs nfs: Fallback to GID_NOGROUP on no groups 2024-11-03 16:45:43 +01:00
nfsclient mbuf: Don't force all M_EXTPG mbufs to be read-only 2024-10-31 16:32:31 -04:00
nfsserver nfs, rpc: Ensure kernel credentials have at least one group 2024-11-02 21:37:42 +01:00
nullfs nullfs: Use an a_gen field to cast to vop_generic_args 2024-07-26 11:14:32 +00:00
p9fs p9fs: Use UNLINKAT instead of REMOVE to implement removals 2024-11-07 18:23:32 +00:00
procfs proc_rwmem check PRIV_PROC_MEM_WRITE when writing 2024-11-08 16:11:33 -08:00
pseudofs
smbfs Add vnode_pager_clean_{a,}sync(9) 2024-01-11 18:44:53 +02:00
tarfs tarfs(5): Grammar fix for a source code comment 2024-04-20 11:21:54 +02:00
tmpfs tmpfs_vnops: move swap work to swap_pager 2024-10-24 14:24:49 -05:00
udf udf: Stop checking for failures from malloc(M_WAITOK) 2024-09-03 18:25:18 +08:00
unionfs vfs: Add IGNOREWHITEOUT flag and adopt it in UFS/unionfs 2024-09-08 18:34:14 -05:00