login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
November
»
7
Re: [PATCH -v3 2/4] vm: use new has_capability_noaudit
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Stephen Smalley
Subject:
Re: [PATCH -v3 2/4] vm: use new has_capability_noaudit
Date: Friday, November 7, 2008 - 8:39 am
On Fri, 2008-11-07 at 10:23 -0500, Eric Paris wrote:
quoted text
> The oomkiller calculations make decisions based on capabilities. Since > these are not security decisions and LSMs should not record if they fall > the request they should use the new has_capability_noaudit() interface so > the denials will not be recorded. > > Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
quoted text
> --- > > mm/oom_kill.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/mm/oom_kill.c b/mm/oom_kill.c > index a0a0190..df259c2 100644 > --- a/mm/oom_kill.c > +++ b/mm/oom_kill.c > @@ -128,8 +128,8 @@ unsigned long badness(struct task_struct *p, unsigned long uptime) > * Superuser processes are usually more important, so we make it > * less likely that we kill those. > */ > - if (has_capability(p, CAP_SYS_ADMIN) || > - has_capability(p, CAP_SYS_RESOURCE)) > + if (has_capability_noaudit(p, CAP_SYS_ADMIN) || > + has_capability_noaudit(p, CAP_SYS_RESOURCE)) > points /= 4; > > /* > @@ -138,7 +138,7 @@ unsigned long badness(struct task_struct *p, unsigned long uptime) > * tend to only have this flag set on applications they think > * of as important. > */ > - if (has_capability(p, CAP_SYS_RAWIO)) > + if (has_capability_noaudit(p, CAP_SYS_RAWIO)) > points /= 4; > > /*
-- Stephen Smalley National Security Agency --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH -v3 1/4] SECURITY: new capable_noaudit interface
, Eric Paris
, (Fri Nov 7, 8:23 am)
[PATCH -v3 2/4] vm: use new has_capability_noaudit
, Eric Paris
, (Fri Nov 7, 8:23 am)
[PATCH -v3 3/4] filesystems: use has_capability_noaudit in ...
, Eric Paris
, (Fri Nov 7, 8:23 am)
[PATCH -v3 4/4] SELinux: use new cap_noaudit interface
, Eric Paris
, (Fri Nov 7, 8:23 am)
Re: [PATCH -v3 4/4] SELinux: use new cap_noaudit interface
, Stephen Smalley
, (Fri Nov 7, 8:38 am)
Re: [PATCH -v3 2/4] vm: use new has_capability_noaudit
, Stephen Smalley
, (Fri Nov 7, 8:39 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tony Luck
Re: Hardware Error Kernel Mini-Summit
James Bottomley
Re: [PATCH -mm 1/2] scsi: remove dma_is_consistent usage in 53c700
Andrey Borzenkov
Re: [possible regression] 2.6.22 reiserfs/libata sporadically hangs on resume from...
Linus Torvalds
Linux 2.6.26-rc6
Jeffrey V. Merkey
Re: Versioning file system
git
:
Morten Welinder
Re: [PATCH] use xrealloc in help.c
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Jörg Sommer
[PATCH v2 08/13] Unify the lenght of $SHORT* and the commits in the TODO list
Boyd Lynn Gerber
Re: [VOTE] git versus mercurial
Stefan Näwe
Re: [PATCH] git-gui: use --exclude-standard to check for untracked files
linux-netdev
:
Andreas Sundstrom
Re: ~60k interrupts/sec for 1Gb/s iperf with r8169
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Denys Fedoryshchenko
Re: circular locking, mirred, 2.6.24.2
David Miller
Re: [PATCH -next] sfc: Use correct macro to set event bitfield
David Miller
Re: [PATCH] ipv6: fix display of local and remote sit endpoints
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
m68k: amiga - Mouse platform device conversion
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
frantisek holop
Re: mount ffs as msdos, system hangs
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Colocation donated by:
Syndicate