commit | 22c9bcad859d5c969289b3b37084a96c621f8f2c | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Apr 01 13:30:05 2014 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Apr 01 14:20:26 2014 +1030 |
tree | cc67e59e1ff7e575c6581b28f828a761e374aad3 | |
parent | 57673c2b0baa900dddae3b9eb3d7748ebf550eb3 [diff] |
staging: fix up speakup kobject mode It uses the unnecessary S_IFREG bit which broke when my stricter-checking-for-mode patch went in. Since we're fixing it anyway, the extra level of indirection is confusing for readers (ROOT_W == rw-r--r-- for example). Also, many of these are other-writable. Is that really intended? I'll-queue-this-patch-up-in-a-bit-by: Greg KH <greg@kroah.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>