All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/4] flatpak: fix path for nologin
@ 2025-04-17 16:39 Markus Volk
  2025-04-17 16:39 ` [meta-oe][PATCH 2/4] static-passwd-meta-oe: add flatpak user Markus Volk
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Markus Volk @ 2025-04-17 16:39 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb
index 9b7d11e9a9..6696d8347b 100644
--- a/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb
+++ b/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb
@@ -76,6 +76,6 @@ EXTRA_OEMESON = " \
 "
 
 USERADD_PACKAGES = "${PN}"
-USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /bin/nologin flatpak"
+USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /sbin/nologin flatpak"
 
 FILES:${PN} += "${libdir} ${datadir}"
-- 
2.49.0



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

* [meta-oe][PATCH 2/4] static-passwd-meta-oe: add flatpak user
  2025-04-17 16:39 [meta-oe][PATCH 1/4] flatpak: fix path for nologin Markus Volk
@ 2025-04-17 16:39 ` Markus Volk
  2025-04-17 17:44   ` [oe] " Yoann Congal
  2025-04-17 16:39 ` [meta-oe][PATCH 3/4] gnome-remote-desktop: fix path for nologin Markus Volk
  2025-04-17 16:39 ` [meta-oe][PATCH 4/4] static-passwd-meta-gnome: add gnome-remote-control user Markus Volk
  2 siblings, 1 reply; 6+ messages in thread
From: Markus Volk @ 2025-04-17 16:39 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/files/static-passwd-meta-oe | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/files/static-passwd-meta-oe b/meta-oe/files/static-passwd-meta-oe
index 1aba2e8d62..b08b2691f7 100644
--- a/meta-oe/files/static-passwd-meta-oe
+++ b/meta-oe/files/static-passwd-meta-oe
@@ -10,3 +10,5 @@ pcpqa:x:621:nogroup::/:/bin/nologin
 influxdb:x:622:influxdb::/var/lib/influxdb:/bin/nologin
 mongodb:x:623:nogroup::/:/bin/nologin
 gpio-manager:x:624:gpio::/:/bin/nologin
+flatpak:x:980:980:Flatpak system helper:/:/sbin/nologin
+
-- 
2.49.0



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

* [meta-oe][PATCH 3/4] gnome-remote-desktop: fix path for nologin
  2025-04-17 16:39 [meta-oe][PATCH 1/4] flatpak: fix path for nologin Markus Volk
  2025-04-17 16:39 ` [meta-oe][PATCH 2/4] static-passwd-meta-oe: add flatpak user Markus Volk
@ 2025-04-17 16:39 ` Markus Volk
  2025-04-17 16:39 ` [meta-oe][PATCH 4/4] static-passwd-meta-gnome: add gnome-remote-control user Markus Volk
  2 siblings, 0 replies; 6+ messages in thread
From: Markus Volk @ 2025-04-17 16:39 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../gnome-remote-desktop/gnome-remote-desktop_48.0.bb            | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_48.0.bb b/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_48.0.bb
index bfb603514b..a80b101a6e 100644
--- a/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_48.0.bb
+++ b/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_48.0.bb
@@ -47,6 +47,7 @@ USERADD_PARAM:${PN} = " \
 	--no-create-home \
 	--user-group \
 	--home-dir ${localstatedir}/lib/gnome-remote-desktop \
+	--shell /sbin/nologin \
 	gnome-remote-desktop \
 "
 
-- 
2.49.0



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

* [meta-oe][PATCH 4/4] static-passwd-meta-gnome: add gnome-remote-control user
  2025-04-17 16:39 [meta-oe][PATCH 1/4] flatpak: fix path for nologin Markus Volk
  2025-04-17 16:39 ` [meta-oe][PATCH 2/4] static-passwd-meta-oe: add flatpak user Markus Volk
  2025-04-17 16:39 ` [meta-oe][PATCH 3/4] gnome-remote-desktop: fix path for nologin Markus Volk
@ 2025-04-17 16:39 ` Markus Volk
  2 siblings, 0 replies; 6+ messages in thread
From: Markus Volk @ 2025-04-17 16:39 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-gnome/files/static-passwd-meta-gnome | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/files/static-passwd-meta-gnome b/meta-gnome/files/static-passwd-meta-gnome
index 4502d8bd10..03659d77f1 100644
--- a/meta-gnome/files/static-passwd-meta-gnome
+++ b/meta-gnome/files/static-passwd-meta-gnome
@@ -1 +1,3 @@
-gdm:x:680:nogroup::/:/bin/nologin
\ No newline at end of file
+gdm:x:680:nogroup::/:/sbin/nologin
+gnome-remote-desktop:x:974:974::/var/lib/gnome-remote-desktop:/sbin/nologin
+
-- 
2.49.0



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

* Re: [oe] [meta-oe][PATCH 2/4] static-passwd-meta-oe: add flatpak user
  2025-04-17 16:39 ` [meta-oe][PATCH 2/4] static-passwd-meta-oe: add flatpak user Markus Volk
@ 2025-04-17 17:44   ` Yoann Congal
  2025-04-18 12:46     ` Markus Volk
  0 siblings, 1 reply; 6+ messages in thread
From: Yoann Congal @ 2025-04-17 17:44 UTC (permalink / raw)
  To: f_l_k; +Cc: openembedded-devel

Le jeu. 17 avr. 2025 à 18:39, Markus Volk via lists.openembedded.org
<f_l_k=t-online.de@lists.openembedded.org> a écrit :
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  meta-oe/files/static-passwd-meta-oe | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/files/static-passwd-meta-oe b/meta-oe/files/static-passwd-meta-oe
> index 1aba2e8d62..b08b2691f7 100644
> --- a/meta-oe/files/static-passwd-meta-oe
> +++ b/meta-oe/files/static-passwd-meta-oe
> @@ -10,3 +10,5 @@ pcpqa:x:621:nogroup::/:/bin/nologin
>  influxdb:x:622:influxdb::/var/lib/influxdb:/bin/nologin
>  mongodb:x:623:nogroup::/:/bin/nologin
>  gpio-manager:x:624:gpio::/:/bin/nologin
> +flatpak:x:980:980:Flatpak system helper:/:/sbin/nologin

Hi,

Anyway you can use 625 as the ID?
There is a kind-of pattern in static-passwd/groups files to avoid
clashing with each other in the long term.

Thanks!
> +
> --
> 2.49.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#116940): https://lists.openembedded.org/g/openembedded-devel/message/116940
> Mute This Topic: https://lists.openembedded.org/mt/112316831/4316185
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [yoann.congal@smile.fr]
> -=-=-=-=-=-=-=-=-=-=-=-
>


-- 
Yoann Congal
Smile ECS


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

* Re: [oe] [meta-oe][PATCH 2/4] static-passwd-meta-oe: add flatpak user
  2025-04-17 17:44   ` [oe] " Yoann Congal
@ 2025-04-18 12:46     ` Markus Volk
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Volk @ 2025-04-18 12:46 UTC (permalink / raw)
  To: Yoann Congal, Khem Raj, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

On Thu, Apr 17 2025 at 19:44:58 +02:00:00, Yoann Congal 
<yoann.congal@smile.fr> wrote:
> Anyway you can use 625 as the ID?
> There is a kind-of pattern in static-passwd/groups files to avoid
> clashing with each other in the long term.

Thanks

v2: update ID


[-- Attachment #2: Type: text/html, Size: 448 bytes --]

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

end of thread, other threads:[~2025-04-18 12:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 16:39 [meta-oe][PATCH 1/4] flatpak: fix path for nologin Markus Volk
2025-04-17 16:39 ` [meta-oe][PATCH 2/4] static-passwd-meta-oe: add flatpak user Markus Volk
2025-04-17 17:44   ` [oe] " Yoann Congal
2025-04-18 12:46     ` Markus Volk
2025-04-17 16:39 ` [meta-oe][PATCH 3/4] gnome-remote-desktop: fix path for nologin Markus Volk
2025-04-17 16:39 ` [meta-oe][PATCH 4/4] static-passwd-meta-gnome: add gnome-remote-control user Markus Volk

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.