From selinux Tue Aug 14 17:51:23 2007 From: Steve G Date: Tue, 14 Aug 2007 17:51:23 +0000 To: selinux Subject: Illegal errno from kernel Message-Id: <126339.54611.qm () web51508 ! mail ! re2 ! yahoo ! com> X-MARC-Message: https://marc.info/?l=selinux&m=118711392704471 Hi, In security/selinux/ss/services.c at the selinux_audit_rule_init() function is this code: if (!ss_initialized) return -ENOTSUPP; The audit system sends that to user space, but its a special value that is supposed to be internal to the kernel. Should the audit system look for this value and change it when it calls the function, or should we change this value in the selinux code? And if we change it, what should it be? EINVAL doesn't make sense as the syntax of what's being asked to do is correct. Should we define something like ENOMAC? -Steve ____________________________________________________________________________________ Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with the words "unsubscribe selinux" without quotes as the message.