|
Focus on Linux
[tool] Unix auditing, Lynis 1.2.5 Mar 27 2009 05:55PM M. Boelen (michael rootkit nl) (5 replies) Re: [tool] Unix auditing, Lynis 1.2.5 Mar 28 2009 10:30AM Zhang Huangbin (zhbmaillistonly gmail com) Re: [tool] Unix auditing, Lynis 1.2.5 Mar 28 2009 09:49AM Zhang Huangbin (zhbmaillistonly gmail com) (1 replies) Re: [tool] Unix auditing, Lynis 1.2.5 Mar 30 2009 02:49AM Quentin Chung@Programmer (quentin chung programmer com hk) (1 replies) Re: [tool] Unix auditing, Lynis 1.2.5 Mar 30 2009 08:13AM Zhang Huangbin (zhbmaillistonly gmail com) (1 replies) Re: [tool] Unix auditing, Lynis 1.2.5 Mar 28 2009 09:42AM Zhang Huangbin (zhbmaillistonly gmail com) |
|
|
Privacy Statement |
-o [^]mount-option[,...]
Set or clear the indicated default mount options in the filesystem. Default mount options can be overridden by mount options specified either in /etc/fstab(5) or on the command line arguments to mount(8). Older kernels may not support this feature; in particular, kernels which predate 2.4.20 will almost certainly ignore the default mount options field in the superblock.
More than one mount option can be cleared or set by separating
features with commas. Mount options prefixed with a caret character ('^') will be cleared in the filesystem's superblock; mount options without a prefix character or prefixed with a plus character ('+') will be added to the filesystem.
The following mount options can be set or cleared using
tune2fs:
see also http://magazine.redhat.com/2007/06/07/tips-from-an-rhce-new-default-moun
t-options-in-red-hat-enterprise-linux-5/
Tips from an RHCE: New default mount options in Red Hat Enterprise Linux 5
Best Regards, Quentin
BBA, CISSP #322276, MHKIM, PMHKLA, RHCE, BCCPP, BCWAA, LPIC-1
candidate of PMP, C|EH, C|HFI, ECSA, CIA
----- Original Message -----
From: "Zhang Huangbin" <zhbmaillistonly (at) gmail (dot) com [email concealed]>
To: "Quentin Chung@Programmer" <quentin.chung (at) programmer.com (dot) hk [email concealed]>
Cc: "M. Boelen" <michael (at) rootkit (dot) nl [email concealed]>; <focus-linux (at) securityfocus (dot) com [email concealed]>
Sent: Monday, March 30, 2009 4:13 PM
Subject: Re: [tool] Unix auditing, Lynis 1.2.5
> Quentin Chung@Programmer wrote:
>> are you sure there has no "acl" option ?
>
> Absolutely.
>
> On my laptop (RHEL 5.3, x86_64):
> ----
> # cat /etc/fstab |grep '/ '
> LABEL=/ / ext3 defaults 1 1
>
> # e2label /dev/sda3
> /
>
> # tune2fs -l /dev/sda3 |grep acl
> Default mount options: user_xattr acl
> ----
>
> --
> Best regards.
>
> Zhang Huangbin
>
> - Open Source Mail Server Solution for RHEL/CentOS 5.x:
> http://code.google.com/p/iredmail/
[ reply ]