Message ID | 20250417163912.1060162-2-f_l_k@t-online.de |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe,1/4] flatpak: fix path for nologin | expand |
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] > -=-=-=-=-=-=-=-=-=-=-=- >
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
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 +
Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-oe/files/static-passwd-meta-oe | 2 ++ 1 file changed, 2 insertions(+)