This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / proc / kcore.c
index 1f55db7..7f6d1d3 100644 (file)
@@ -24,7 +24,7 @@
 
 static int open_kcore(struct inode * inode, struct file * filp)
 {
-       return capable(CAP_SYS_RAWIO) ? 0 : -EPERM;
+       return -EPERM;
 }
 
 static ssize_t read_kcore(struct file *, char __user *, size_t, loff_t *);