From: Pali Rohár Date: Tue, 28 Jan 2014 20:26:44 +0000 (+0000) Subject: afs: proc cells and rootcell are writeable X-Git-Tag: v3.14-rc1~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bda2ac071cdfad217856126859bc0dc88ee6f83;p=pandora-kernel.git afs: proc cells and rootcell are writeable Both proc files are writeable and used for configuring cells. But there is missing correct mode flag for writeable files. Without this patch both proc files are read only. [ It turns out they aren't really read-only, since root can write to them even if the write bit isn't set due to CAP_DAC_OVERRIDE ] Signed-off-by: Pali Rohár Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed