| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <20131014130350.GH9609@thunk.org> Date: Mon, 14 Oct 2013 09:03:50 -0400 From: Theodore Ts'o <tytso@....edu> To: Eric Sandeen <sandeen@...hat.com> Cc: ext4 development <linux-ext4@...r.kernel.org>, Bert DeKnuydt <Bert.Deknuydt@...t.kuleuven.be> Subject: Re: [PATCH] tune2fs: more respect for quota config option On Tue, Sep 24, 2013 at 04:11:48PM -0500, Eric Sandeen wrote: > Commit 44a2cca3 disabled tune2fs -O quota when the build > didn't have --enable-quota at configure time, but that > wasn't quite enough. > > We need to exclude the "-Q" option as well from tune2fs > when --enable-quota isn't specified at configure time. > > Otherwise, tune2fs -Q can set the quota feature, but no other > utility will touch the filesystem due to the unknown flag, > if buitl w/o --enable-quota. > > So put everything related to "-Q" under #ifdef CONFIG_QUOTA; > usage output (was missing before) and option parsing. > > Addresses-Red-Hat-Bugzilla: #1010709 > Reported-by: Bert DeKnuydt <Bert.Deknuydt@...t.kuleuven.be> > Signed-off-by: Eric Sandeen <sandeen@...hat.com> Applied to maint branch, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists