Re: /proc filesystem allows bypassing directory permissions on

看板Bugtraq作者時間16年前 (2009/11/04 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串40/47 (看更多)
On Tue, Nov 03, 2009 at 12:33:28AM +0100, Martin Rex wrote: > > "mount --bind" behaves like a hard link and it does not increment the link > > count. > > that seems to work similar to a hardlink on a directory (and also requires > root privileges). It doesn't work for the same directory level, because > of this (the directory permissions of the mounted directories and > directories below it remain effective -- the permissions of directories > above disappear, however! I was speaking about single file bind-mounts, not directories. # touch /tmp/a # mount --bind /etc/passwd /tmp/a # ls -l /etc/passwd -rw-r--r-- 1 root root 1990 2009-08-24 16:22 /etc/passwd # cat /tmp/a root:x:0:0:root:/root:/bin/bash [...] Two references to the same inode, yet the link count is 1 and /proc is nowhere in the picture. Gabor -- --------------------------------------------------------- MTA SZTAKI Computer and Automation Research Institute Hungarian Academy of Sciences ---------------------------------------------------------
文章代碼(AID): #1Ay6_VwO (Bugtraq)
討論串 (同標題文章)
完整討論串 (本文為第 40 之 47 篇):
文章代碼(AID): #1Ay6_VwO (Bugtraq)