This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / security / dummy.c
index 2a3ca3c..27fa13b 100644 (file)
@@ -99,7 +99,7 @@ static int dummy_quota_on (struct file *f)
 
 static int dummy_syslog (int type)
 {
-       if ((type != 3) && current->euid)
+       if ((type != 3 && type != 10) && current->euid)
                return -EPERM;
        return 0;
 }