Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6:
SELinux: return EOPNOTSUPP not ENOTSUPP

+1 -1
+1 -1
include/linux/selinux.h
··· 136 136 char *rulestr, 137 137 struct selinux_audit_rule **rule) 138 138 { 139 - return -ENOTSUPP; 139 + return -EOPNOTSUPP; 140 140 } 141 141 142 142 static inline void selinux_audit_rule_free(struct selinux_audit_rule *rule)