lkml.org 
[lkml]   [2010]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[250/289] Staging: samsung-laptop: fix up some sysfs attribute permissions
    2.6.36-stable review patch.  If anyone has any objections, please let us know.

    ------------------

    From: Greg Kroah-Hartman <gregkh@suse.de>

    commit 90c05b97fdec8d2196e420d98f774bab731af7aa upstream.

    They should not be writable by any user

    Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/staging/samsung-laptop/samsung-laptop.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/staging/samsung-laptop/samsung-laptop.c
    +++ b/drivers/staging/samsung-laptop/samsung-laptop.c
    @@ -356,7 +356,7 @@ static ssize_t set_silent_state(struct d
    }
    return count;
    }
    -static DEVICE_ATTR(silent, S_IWUGO | S_IRUGO,
    +static DEVICE_ATTR(silent, S_IRUSR | S_IRUGO,
    get_silent_state, set_silent_state);





    \
     
     \ /
      Last update: 2010-12-08 02:15    [W:4.101 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site