public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [ANNOUNCE] util-linux 2.23
       [not found] <20130425110450.GF2244@x2.net.home>
@ 2013-04-25 11:59 ` richard -rw- weinberger
  2013-04-25 17:54   ` Davidlohr Bueso
  2013-04-25 13:25 ` Andi Kleen
  1 sibling, 1 reply; 4+ messages in thread
From: richard -rw- weinberger @ 2013-04-25 11:59 UTC (permalink / raw)
  To: Karel Zak; +Cc: LKML, linux-fsdevel, util-linux

On Thu, Apr 25, 2013 at 1:04 PM, Karel Zak <kzak@redhat.com> wrote:
> The util-linux release 2.23 is available at
>
>    ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23
>
> Feedback and bug reports, as always, are welcomed.
>
>        Karel
>
>
>
> Util-linux 2.23 Release Notes
> =============================
>
> The cryptoloop support in the commands mount(8) and losetup(8) has been
> REMOVED. The encryption= mount option and -e,-E,--encryption losetup options
> are no more supported.
>
> The command arch(1) has been REMOVED from util-linux in favour of coreutils
> version.
>
> The command chkdupexe has been REMOVED from util-linux.
>
> The library libblkid supports LIBBLKID_DEBUG=<mask> environment variable to
> print debug messages on stderr. The old BLKID_DEBUG= is no more supported.
>
> Release highlights
> ------------------
>
> nsenter(1):
>   - this NEW COMMAND provides command line interface to setns() Linux syscall
>     and allows to run program with namespaces of other processes

It would be nice if nsenter(1) would allow us to specify a uid/gid
which is switched to
if a user namespace is entered. Otherwise we become nobody:nogroup
after entering the
user namespace.

I.e. ./nsenter -t <pid> -U --setuid=0 --setgid=0

Would you accept such a patch? :)

--
Thanks,
//richard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] util-linux 2.23
       [not found] <20130425110450.GF2244@x2.net.home>
  2013-04-25 11:59 ` [ANNOUNCE] util-linux 2.23 richard -rw- weinberger
@ 2013-04-25 13:25 ` Andi Kleen
  2013-04-25 16:34   ` Milan Broz
  1 sibling, 1 reply; 4+ messages in thread
From: Andi Kleen @ 2013-04-25 13:25 UTC (permalink / raw)
  To: Karel Zak
  Cc: public-linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	public-linux-fsdevel-u79uwXL29TY76Z2rM5mHXA,
	public-util-linux-u79uwXL29TY76Z2rM5mHXA



Karel Zak <kzak-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> writes:
>
> Util-linux 2.23 Release Notes
> =============================
>
> The cryptoloop support in the commands mount(8) and losetup(8) has been
> REMOVED. The encryption= mount option and -e,-E,--encryption losetup options
> are no more supported.

That's crazy. You're taking away access to existing data.

-Andi


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] util-linux 2.23
  2013-04-25 13:25 ` Andi Kleen
@ 2013-04-25 16:34   ` Milan Broz
  0 siblings, 0 replies; 4+ messages in thread
From: Milan Broz @ 2013-04-25 16:34 UTC (permalink / raw)
  To: Andi Kleen; +Cc: Linux Kernel Mailing List, linux-fsdevel, util-linux

On 25.4.2013 15:25, Andi Kleen wrote:
>> Util-linux 2.23 Release Notes
>> =============================
>>
>> The cryptoloop support in the commands mount(8) and losetup(8) has been
>> REMOVED. The encryption= mount option and -e,-E,--encryption losetup options
>> are no more supported.
> 
> That's crazy. You're taking away access to existing data.

Nope. You can use cryptsetup.

https://lkml.org/lkml/2012/11/2/162

Milan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] util-linux 2.23
  2013-04-25 11:59 ` [ANNOUNCE] util-linux 2.23 richard -rw- weinberger
@ 2013-04-25 17:54   ` Davidlohr Bueso
  0 siblings, 0 replies; 4+ messages in thread
From: Davidlohr Bueso @ 2013-04-25 17:54 UTC (permalink / raw)
  To: richard -rw- weinberger; +Cc: Karel Zak, LKML, linux-fsdevel, util-linux

On Thu, 2013-04-25 at 13:59 +0200, richard -rw- weinberger wrote:
> On Thu, Apr 25, 2013 at 1:04 PM, Karel Zak <kzak@redhat.com> wrote:
> > The util-linux release 2.23 is available at
> >
> >    ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23
> >
> > Feedback and bug reports, as always, are welcomed.
> >
> >        Karel
> >
> >
> >
> > Util-linux 2.23 Release Notes
> > =============================
> >
> > The cryptoloop support in the commands mount(8) and losetup(8) has been
> > REMOVED. The encryption= mount option and -e,-E,--encryption losetup options
> > are no more supported.
> >
> > The command arch(1) has been REMOVED from util-linux in favour of coreutils
> > version.
> >
> > The command chkdupexe has been REMOVED from util-linux.
> >
> > The library libblkid supports LIBBLKID_DEBUG=<mask> environment variable to
> > print debug messages on stderr. The old BLKID_DEBUG= is no more supported.
> >
> > Release highlights
> > ------------------
> >
> > nsenter(1):
> >   - this NEW COMMAND provides command line interface to setns() Linux syscall
> >     and allows to run program with namespaces of other processes
> 
> It would be nice if nsenter(1) would allow us to specify a uid/gid
> which is switched to
> if a user namespace is entered. Otherwise we become nobody:nogroup
> after entering the
> user namespace.

+1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-25 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20130425110450.GF2244@x2.net.home>
2013-04-25 11:59 ` [ANNOUNCE] util-linux 2.23 richard -rw- weinberger
2013-04-25 17:54   ` Davidlohr Bueso
2013-04-25 13:25 ` Andi Kleen
2013-04-25 16:34   ` Milan Broz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox