How come that kind of important security bugs not fixed after years? i test that the problem still occurs in Lucid
OS: Ubuntu x64 Lucid Step to reproduce: 1. add "umask 0027" at the end of .bashrc 2. relogin again 3. type "umask" in gnome terminal, it reports 0027 4. create a file by "echo 123 > test.txt" in gnome terminal, the file permission is "-rw-r-----" (correct) 5. create a folder by Nautilus, the folder permission is "drwxr-xr-x", the expected file permission should be "drwxr-x---" (incorrect) 6. create a file by Nautilus, the folder permission is "-rw-r--r--", the expected file permission should be "-rw-r-----" (incorrect) ?field.comment=How come that kind of important security bugs not fixed after years? i test that the problem still occurs in Lucid OS: Ubuntu x64 Lucid Step to reproduce: 1. add "umask 0027" at the end of .bashrc 2. relogin again 3. type "umask" in gnome terminal, it reports 0027 4. create a file by "echo 123 > test.txt" in gnome terminal, the file permission is "-rw-r-----" (correct) 5. create a folder by Nautilus, the folder permission is "drwxr-xr-x", the expected file permission should be "drwxr-x---" (incorrect) 6. create a file by Nautilus, the folder permission is "-rw-r--r--", the expected file permission should be "-rw-r-----" (incorrect) ** Attachment added: ".bashrc" http://launchpadlibrarian.net/50241829/.bashrc -- gdm doesn't respect umask setting https://bugs.launchpad.net/bugs/241198 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
