From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 0/3] keys: play nicely with user namespaces Date: Thu, 18 Dec 2008 13:46:23 +0000 Message-ID: <3547.1229607983@redhat.com> References: <20081217235536.GA932@us.ibm.com> <20081212141707.GB9571@us.ibm.com> <20081211232323.GA8343@us.ibm.com> <3507.1229086294@redhat.com> <25987.1229097458@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20081217235536.GA932-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Serge E. Hallyn" Cc: dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, Linux Containers , "Eric W. Biederman" List-Id: containers.vger.kernel.org Try: http://people.redhat.com/~dhowells/keys/keyutils/keyutils-tests.tar.bz2 There were three updates required: (1) chown is now supported. (2) keyctl unlink does old keyring pointer block destruction lazily, and so a wait is required for the key being unlinked to be destroyed. (3) Anonymous session keyrings are now called "_ses" rather than "_ses.". I've also made the following changes: (4) The name of the output file for each test is printed: === /mnt/testarea/tmp.y9MVa88S === (5) If a failure occurs, 'keyctl show' is dumped into the output file. David