lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 8 Dec 2010 16:42:35 +0000
From:	"Serge E. Hallyn" <serge@...lyn.com>
To:	Eric Paris <eparis@...hat.com>
Cc:	"Serge E. Hallyn" <serge@...lyn.com>,
	James Morris <jmorris@...ei.org>,
	Stephen Smalley <sds@...ho.nsa.gov>, dwalsh@...hat.com,
	Kees Cook <kees.cook@...onical.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] syslog: check cap_syslog when dmesg_restrict

Quoting Eric Paris (eparis@...hat.com):
> On Wed, 2010-12-08 at 15:19 +0000, Serge E. Hallyn wrote:
> Doesn't this return -EPERM right now?

Yes.

>   I think the code might be
> incorrect today as well......
> 
> I thought the flow was supposed to be
> 
> if (capable(CAP_SYSLOG))
> 	all good
> else if (capable(CAP_SYS_ADMIN))
> 	WARN, but still good for now

I prefer warn and deny.  Otherwise it's too easy to ignore warnings.  So
I prefer the msg to be there to explain why it failed - not that I expect
it to fail for anyone today.

> else
> 	EPERM
> 
> But it looks to me like the flow is
> 
> if (capable(CAP_SYSLOG))
> 	all good
> else if (capable(CAP_SYS_ADMIN))
> 	WARN, EPERM
> else
> 	EPERM
> 
> >  	}

Yup.

-serge
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ