mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
enforcement of MAC policy on the read or write operations: - In ext2fs, don't enforce MAC on loop-back reads and writes supporting directory read operations in lookup(), directory modifications in rename(), directory write operations in mkdir(), symlink write operations in symlink(). - In the NFS client locking code, perform vn_rdwr() on the NFS locking socket without enforcing MAC, since the write is done on behalf of the kernel NFS implementation rather than the user process. - In UFS, don't enforce MAC on loop-back reads and writes supporting directory read operations in lookup(), and symlink write operations in symlink(). Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs |
||
|---|---|---|
| .. | ||
| alpha-bitops.h | ||
| COPYRIGHT.INFO | ||
| ext2_alloc.c | ||
| ext2_balloc.c | ||
| ext2_bmap.c | ||
| ext2_extern.h | ||
| ext2_fs.h | ||
| ext2_fs_sb.h | ||
| ext2_ihash.c | ||
| ext2_inode.c | ||
| ext2_inode_cnv.c | ||
| ext2_linux_balloc.c | ||
| ext2_linux_ialloc.c | ||
| ext2_lookup.c | ||
| ext2_mount.h | ||
| ext2_readwrite.c | ||
| ext2_subr.c | ||
| ext2_vfsops.c | ||
| ext2_vnops.c | ||
| fs.h | ||
| i386-bitops.h | ||
| inode.h | ||