w1: don't allow arbitrary users to remove w1 devices
authorBrian Swetland <swetland@google.com>
Wed, 27 Oct 2010 22:34:49 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:17 +0000 (18:03 -0700)
commit12aa4c64174cb0d915cd1c7b763847c0ffa8e92c
tree5dad12890f620de7f5ff6ec5255ff8cc407526c1
parentf49d2eb314f3f83270bef6aea2abb7a26d4218ee
w1: don't allow arbitrary users to remove w1 devices

The search/pullup/add/remove device attributes were 0666 which would allow
arbitrary users to affect the 1 wire bus.  Change to 0664 to prevent that.

I found this patch in the Android tree, apparently this has never been
sent upstream so doing it now.

Signed-off-by: Brian Swetland <swetland@google.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/w1/w1.c