mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrea Arcangeli <andrea@suse.de>
To: Rik van Riel <riel@redhat.com>
Cc: Chris Wright <chrisw@osdl.org>,
	Arjan van de Ven <arjanv@redhat.com>,
	linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: Re: [patch] mlock-as-nonroot revisted
Date: Wed, 4 Aug 2004 04:13:32 +0200	[thread overview]
Message-ID: <20040804021332.GT2241@dualathlon.random> (raw)
In-Reply-To: <Pine.LNX.4.44.0408032157160.5948-100000@dhcp83-102.boston.redhat.com>

On Tue, Aug 03, 2004 at 10:01:12PM -0400, Rik van Riel wrote:
> On Wed, 4 Aug 2004, Andrea Arcangeli wrote:
> > On Tue, Aug 03, 2004 at 09:21:34PM -0400, Rik van Riel wrote:
> > > This is exactly why named hugetlb files are NOT included
> > > in this accounting, only the ones created through the SHM
> > > interface are.
> > 
> > but you're allowing everybody to alloc all RAM in hugetlb files with
> > the change in the previos patch posted by Arjan
> 
> Nope, Arjan's patch (and my incremental) touch hugetlb_zero_setup,
> which only seems to be called from ipc/shm.c
> 
> Normal hugetlb file creation (through the filesystem) isn't touched
> by these patches.

it is:

diff -purN linux-2.6.7/fs/hugetlbfs/inode.c linux/fs/hugetlbfs/inode.c
--- linux-2.6.7/fs/hugetlbfs/inode.c    2004-07-29 11:36:55.744448953
+0200
+++ linux/fs/hugetlbfs/inode.c  2004-07-29 11:38:04.292595263 +0200
@@ -722,7 +722,7 @@ struct file *hugetlb_zero_setup(size_t s
        struct qstr quick_string;
        char buf[16];

-       if (!capable(CAP_IPC_LOCK))
+       if (!can_do_mlock())
                return ERR_PTR(-EPERM);

        if (!is_hugepage_mem_enough(size))


this breaks local security if you set the rlimit to 1 byte (well, 1 byte
== disable_cap_mlock).

  reply	other threads:[~2004-08-04  2:14 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-29 10:03 Arjan van de Ven
2004-07-29 21:28 ` Andrew Morton
2004-07-29 21:40   ` Andrea Arcangeli
2004-07-30  0:50     ` Rik van Riel
2004-07-30  2:16       ` Andrea Arcangeli
2004-07-30  0:51   ` Rik van Riel
2004-07-30  2:17     ` Andrea Arcangeli
2004-07-30  1:52 ` Chris Wright
2004-07-30  2:09   ` Andrea Arcangeli
2004-07-30  2:46   ` Rik van Riel
2004-08-03 20:54   ` Rik van Riel
2004-08-03 21:45     ` Chris Wright
2004-08-03 20:55   ` Rik van Riel
2004-08-03 21:07     ` Andrea Arcangeli
2004-08-03 21:13       ` Arjan van de Ven
2004-08-03 21:36         ` Andrea Arcangeli
2004-08-03 21:38           ` Arjan van de Ven
2004-08-03 21:51             ` Andrea Arcangeli
2004-08-03 22:01               ` Chris Wright
2004-08-03 22:11                 ` Andrea Arcangeli
2004-08-03 22:33                   ` Chris Wright
2004-08-03 22:42                     ` Andrea Arcangeli
2004-08-03 22:52                       ` Chris Wright
2004-08-04  1:21                   ` Rik van Riel
2004-08-04  1:53                     ` Andrea Arcangeli
2004-08-04  2:01                       ` Rik van Riel
2004-08-04  2:13                         ` Andrea Arcangeli [this message]
2004-08-04  2:20                           ` William Lee Irwin III
2004-08-04  2:22                           ` Rik van Riel
2004-08-04  2:31                             ` William Lee Irwin III
2004-08-04  2:56                               ` Rik van Riel
2004-08-04  6:06                                 ` Chris Wright
2004-08-04 13:31                                   ` Rik van Riel
2004-08-04 13:51                                     ` Arjan van de Ven
2004-08-04 13:56                                       ` Rik van Riel
2004-08-04  3:13                             ` Andrea Arcangeli
2004-08-04  2:25                           ` Chris Wright
2004-08-04  2:07                       ` Chris Wright
2004-08-04  2:18                         ` Andrea Arcangeli
2004-08-03 21:13       ` Rik van Riel
2004-08-03 21:22         ` Andrea Arcangeli
2004-08-03 21:24           ` Arjan van de Ven
2004-08-03 21:31           ` Rik van Riel
2004-08-03 21:39             ` Andrea Arcangeli
2004-08-04  1:56               ` William Lee Irwin III
2004-08-03 22:18             ` Gerrit Huizenga
2004-08-04  1:22               ` Rik van Riel
2004-08-04  1:37                 ` Gerrit Huizenga
2004-08-04  1:55                   ` William Lee Irwin III

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040804021332.GT2241@dualathlon.random \
    --to=andrea@suse.de \
    --cc=akpm@osdl.org \
    --cc=arjanv@redhat.com \
    --cc=chrisw@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=riel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®