All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1653577] [NEW] Ability to set umask for 9pfs
@ 2017-01-03  3:13 Nathan Rennie-Waldock
  2020-01-10  9:45 ` [Bug 1653577] " Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nathan Rennie-Waldock @ 2017-01-03  3:13 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

We should be able to specify the umask for 9pfs so that files created by
the guest can be accessed by other users on the host. Currently they're
only accessible by the user running qemu (and of course, root).

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1653577

Title:
  Ability to set umask for 9pfs

Status in QEMU:
  New

Bug description:
  We should be able to specify the umask for 9pfs so that files created
  by the guest can be accessed by other users on the host. Currently
  they're only accessible by the user running qemu (and of course,
  root).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1653577/+subscriptions

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

* [Bug 1653577] Re: Ability to set umask for 9pfs
  2017-01-03  3:13 [Qemu-devel] [Bug 1653577] [NEW] Ability to set umask for 9pfs Nathan Rennie-Waldock
@ 2020-01-10  9:45 ` Thomas Huth
  2020-01-10 10:42 ` Greg Kurz
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2020-01-10  9:45 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1653577

Title:
  Ability to set umask for 9pfs

Status in QEMU:
  New

Bug description:
  We should be able to specify the umask for 9pfs so that files created
  by the guest can be accessed by other users on the host. Currently
  they're only accessible by the user running qemu (and of course,
  root).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1653577/+subscriptions


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

* [Bug 1653577] Re: Ability to set umask for 9pfs
  2017-01-03  3:13 [Qemu-devel] [Bug 1653577] [NEW] Ability to set umask for 9pfs Nathan Rennie-Waldock
  2020-01-10  9:45 ` [Bug 1653577] " Thomas Huth
@ 2020-01-10 10:42 ` Greg Kurz
  2020-01-11  9:12 ` Thomas Huth
  2020-03-12  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Greg Kurz @ 2020-01-10 10:42 UTC (permalink / raw)
  To: qemu-devel

Cannot this be addressed by adjusting the umask in the host before
starting QEMU ? And maybe also by adjusting the umask inside the guest
if using the "passthrough" or "none" security model of the "local" fsdev
backend ?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1653577

Title:
  Ability to set umask for 9pfs

Status in QEMU:
  New

Bug description:
  We should be able to specify the umask for 9pfs so that files created
  by the guest can be accessed by other users on the host. Currently
  they're only accessible by the user running qemu (and of course,
  root).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1653577/+subscriptions


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

* [Bug 1653577] Re: Ability to set umask for 9pfs
  2017-01-03  3:13 [Qemu-devel] [Bug 1653577] [NEW] Ability to set umask for 9pfs Nathan Rennie-Waldock
  2020-01-10  9:45 ` [Bug 1653577] " Thomas Huth
  2020-01-10 10:42 ` Greg Kurz
@ 2020-01-11  9:12 ` Thomas Huth
  2020-03-12  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2020-01-11  9:12 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1653577

Title:
  Ability to set umask for 9pfs

Status in QEMU:
  Incomplete

Bug description:
  We should be able to specify the umask for 9pfs so that files created
  by the guest can be accessed by other users on the host. Currently
  they're only accessible by the user running qemu (and of course,
  root).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1653577/+subscriptions


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

* [Bug 1653577] Re: Ability to set umask for 9pfs
  2017-01-03  3:13 [Qemu-devel] [Bug 1653577] [NEW] Ability to set umask for 9pfs Nathan Rennie-Waldock
                   ` (2 preceding siblings ...)
  2020-01-11  9:12 ` Thomas Huth
@ 2020-03-12  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Launchpad Bug Tracker @ 2020-03-12  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1653577

Title:
  Ability to set umask for 9pfs

Status in QEMU:
  Expired

Bug description:
  We should be able to specify the umask for 9pfs so that files created
  by the guest can be accessed by other users on the host. Currently
  they're only accessible by the user running qemu (and of course,
  root).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1653577/+subscriptions


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

end of thread, other threads:[~2020-03-12  4:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-03  3:13 [Qemu-devel] [Bug 1653577] [NEW] Ability to set umask for 9pfs Nathan Rennie-Waldock
2020-01-10  9:45 ` [Bug 1653577] " Thomas Huth
2020-01-10 10:42 ` Greg Kurz
2020-01-11  9:12 ` Thomas Huth
2020-03-12  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.