diff options
author | jkh <jkh@FreeBSD.org> | 1996-05-17 08:48:50 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-05-17 08:48:50 +0000 |
commit | 5cac466951ccca48a0769488f1e39bbd74feb5da (patch) | |
tree | cb8c7fad4d5b8a8abf0c2dc8787548ff1be83a17 /sbin | |
parent | cbb1c43954c05c22abbdfd8ff04d9f16eb0c2de3 (diff) | |
download | FreeBSD-src-5cac466951ccca48a0769488f1e39bbd74feb5da.zip FreeBSD-src-5cac466951ccca48a0769488f1e39bbd74feb5da.tar.gz |
Large security hole in mount_union, the underlying filesystem for which doesn't
even work. Until pst wakes up, best action deemed to be the simple disabling
of this command.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 86300fc..8505895 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,12 +1,13 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 # XXX MISSING: icheck ncheck +# XXX BROKEN: mount_union SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \ dumplfs dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \ modunload mount mount_cd9660 mount_ext2fs \ mount_lfs mount_nfs mount_null mount_portal mount_std \ - mount_umap mount_union mountd newfs newlfs nfsd nfsiod \ + mount_umap mountd newfs newlfs nfsd nfsiod \ nologin ping quotacheck rdisc reboot restore route savecore scsi \ scsiformat shutdown slattach startslip swapon tunefs umount |