commit | ec418781708f89ef6eb8eb5ef1eeb79a6bec9d69 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Fri Nov 16 16:35:56 2007 -0500 |
committer | James Morris <jmorris@namei.org> | Sat Nov 17 10:38:16 2007 +1100 |
tree | fc97d5f06c6fae791590acd7c1445e30348bb9c3 | |
parent | 8c0863403f109a43d7000b4646da4818220d501f [diff] |
SELinux: return EOPNOTSUPP not ENOTSUPP ENOTSUPP is not a valid error code in the kernel (it is defined in some NFS internal error codes and has been improperly used other places). In the !CONFIG_SECURITY_SELINUX case though it is possible that we could return this from selinux_audit_rule_init(). This patch just returns the userspace valid EOPNOTSUPP. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>