freebsd-skq/sys/ufs/ufs
Robert Watson 0f71afb31e After much consulting with bde, concluded that this fix was the best fix
to the current jail/chflags interactions.  This fix conditionalizes ``root
behavior'' in the chflags() case on not being in jail, so attempts to
perform a chflags in a jail are limited to what a normal user could do.
For example, this does allow setting of user flags as appropriate, but
prohibits changing of system flags.

Reviewed by:	bde
2000-02-22 03:56:58 +00:00
..
dinode.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
dir.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
inode.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
quota.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
ufs_bmap.c Remove v_maxio from struct vnode. 1999-09-29 20:05:33 +00:00
ufs_disksubr.c Removed diskerr()'s unused d_name arg and updated callers. This fixes 1999-09-13 12:59:41 +00:00
ufs_extern.h Several performance improvements for soft updates have been added: 2000-01-10 00:24:24 +00:00
ufs_ihash.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ufs_inode.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ufs_lookup.c Several performance improvements for soft updates have been added: 2000-01-10 00:24:24 +00:00
ufs_quota.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
ufs_readwrite.c More removals of vnode->v_lastr, replaced by preexisting seqcount 1999-09-20 23:27:58 +00:00
ufs_vfsops.c Seperate the export check in VFS_FHTOVP, exports are now checked via 1999-09-11 00:46:08 +00:00
ufs_vnops.c After much consulting with bde, concluded that this fix was the best fix 2000-02-22 03:56:58 +00:00
ufsmount.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00