From owner-freebsd-hackers Thu Apr 27 15: 5:27 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from phoenix.aye.net (phoenix.aye.net [198.7.192.5]) by hub.freebsd.org (Postfix) with SMTP id CE9D137BD2C for ; Thu, 27 Apr 2000 15:05:23 -0700 (PDT) (envelope-from barrett@aye.net) Received: (qmail 9066 invoked by uid 1000); 27 Apr 2000 22:05:22 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Apr 2000 22:05:22 -0000 Date: Thu, 27 Apr 2000 18:05:22 -0400 (EDT) From: Barrett Richardson To: freebsd-hackers@freebsd.org Subject: immutable flag strangeness Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have attached a file to /dev/vn0 and built a file system on it. I have set the "system immutable" flag because I want to store some sensitive stuff on it. # ls -lo /home/afile -rw-r--r-- 1 root wheel schg 16777216 Apr 27 17:36 /home/afile # But... if I mount it vnconfig -c /dev/vn0 /home/afile mount /dev/vn0c /mnt And create a file on it... cd /mnt ps -agx > afile It creates a file and the time stamp on the file updates # ls -lo /home/afile -rw-r--r-- 1 root wheel schg 16777216 Apr 27 17:40 /home/afile # schg flag broken on 3.3? I've tried to test it on 3.4 but have been unable to get the disk label edited. - Barrett Richardson (my name) barrett@aye.net (my email address) main(){} (my program) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message