|
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 28 2009 09:42AM Zhang Huangbin (zhbmaillistonly gmail com) |
|
|
Privacy Statement |
Mount options for ext2
The 'ext2' file system is the standard Linux file system. Since Linux 2.5.46, for most mount options the
default is determined by the filesystem superblock. Set them with tune2fs(8).
acl / noacl
Support POSIX Access Control Lists (or not).
are you sure there has no "acl" option ?
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: "M. Boelen" <michael (at) rootkit (dot) nl [email concealed]>
Cc: <focus-linux (at) securityfocus (dot) com [email concealed]>
Sent: Saturday, March 28, 2009 5:49 PM
Subject: Re: [tool] Unix auditing, Lynis 1.2.5
> M. Boelen wrote:
>> A new version of Lynis is available
>
> filesystem ACL support detect is incorrect on CentOS/RHEL 5.x.
>
> It doesn't include 'acl' option in /etc/fstab, but you can check it like
> below:
>
> ----
> # mount | grep '/ '
> /dev/hda1 on / type ext3 (rw)
>
> # tune2fs -l /dev/hda1 | grep -i 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 ]