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
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 23 Aug 2016 09:57:07 -0300
From:   Marcos Mello <marcosfrm@...il.com>
To:     linux-ext4@...r.kernel.org
Subject: Kernel does not respect tune2fs -E mount_opts=foo

e2fsprogs 1.43.1. Kernel 4.7.1 with

CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_USE_FOR_EXT2=y

Steps to reproduce the issue:

# mkfs.ext4 -q /dev/sda2

# tune2fs -E mount_opts="noatime" /dev/sda2
tune2fs 1.43.1 (08-Jun-2016)
Setting extended default mount options to 'noatime'

# tune2fs -l /dev/sda2 | grep -i 'mount options'
Default mount options:    user_xattr acl
Mount options:            noatime

# mount /dev/sda2 /mnt

# findmnt /mnt
TARGET SOURCE    FSTYPE OPTIONS
/mnt   /dev/sda2 ext4   rw,relatime,data=ordered
                           ^^^^^^^^
# touch /mnt/aaa

# stat /mnt/aaa
  File: '/mnt/aaa'
  Size: 0             Blocks: 0          IO Block: 4096   regular empty file
Device: 802h/2050d    Inode: 12          Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2016-08-23 08:14:10.056525341 -0300
Modify: 2016-08-23 08:14:10.056525341 -0300
Change: 2016-08-23 08:14:10.056525341 -0300
 Birth: -

# cat /mnt/aaa

# stat /mnt/aaa
  File: '/mnt/aaa'
  Size: 0             Blocks: 0          IO Block: 4096   regular empty file
Device: 802h/2050d    Inode: 12          Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2016-08-23 08:19:27.081474536 -0300
Modify: 2016-08-23 08:14:10.056525341 -0300
Change: 2016-08-23 08:14:10.056525341 -0300
 Birth: -

Other options like noacl, nouser_xattr, are ignored too. This
filesystem is not listed in fstab.

Marcos
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ