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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 10 Oct 2014 15:41:41 -0400 (EDT)
From:	Alan Stern <stern@...land.harvard.edu>
To:	Theodore Ts'o <tytso@....edu>
cc:	linux-ext4@...r.kernel.org
Subject: Does the filesystem alter file permissions?

I'm getting very weird results when creating new files on ext4 
filesystems (this is on a CentOS 7 system).  The permissions are not 
what they should be.

On the / filesystem, as superuser:

[root@...ver ~]# umask
0000
[root@...ver ~]# touch a
[root@...ver ~]# ls -l a
-r--r----- 1 root root 0 Oct 10 11:45 a

As a normal user:

[stern@...ver ~]$ umask
0000
[stern@...ver ~]$ touch b
[stern@...ver ~]$ ls -l b
-rw------- 1 stern stern 0 Oct 10 11:47 b

In /boot (which is a separate ext4 filesystem):

[root@...ver boot]# umask
0000
[root@...ver boot]# touch a
[root@...ver boot]# ls -l a
-r--r--r--. 1 root root 0 Oct 10 15:30 a

On a tmpfs filesystem, the permissions are -rw-rw-rw-, as expected.

What causes this sort of thing, and how can I change it?

Thanks,

Alan Stern

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