Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Added fleet user and group.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed Oct 12, 2015
1 parent 3b740f1 commit 1263796
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions baselayout/group
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ systemd-journal:x:248:core
dialout:x:249:
portage:x:250:core
rkt:x:251:core
fleet:x:252:core
utmp:x:406:
core:x:500:
nogroup:x:65533:
Expand Down
1 change: 1 addition & 0 deletions baselayout/passwd
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ systemd-resolve:x:245:245:Network Name Resolution:/dev/null:/sbin/nologin
systemd-bus-proxy:x:246:246:Legacy D-Bus Proxy:/dev/null:/sbin/nologin
systemd-journal-gateway:x:247:247:Journal Gateway:/var/log/journal:/sbin/nologin
portage:x:250:250:portage:/var/tmp/portage:/sbin/nologin
fleet:x:252:252::/dev/null:/sbin/nologin
core:x:500:500:CoreOS Admin:/home/core:/bin/bash
nobody:x:65534:65534:nobody:/var/empty:/sbin/nologin
2 changes: 1 addition & 1 deletion scripts/coreos-tmpfiles
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BASE="${ROOT}/usr/share/baselayout"

# Users/Groups to copy so they can be modified
COPY_USERS="root|core"
COPY_GROUPS="docker|rkt|sudo|wheel"
COPY_GROUPS="docker|rkt|fleet|sudo|wheel"

# readable files
umask 022
Expand Down
1 change: 1 addition & 0 deletions tmpfiles.d/baselayout.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ d /proc - - - - -
d /root 0700 - - - -
d /run - - - - -
d /run/lock - - - - -
d /run/fleet 0740 252 252 - -
d /srv - - - - -
d /sys - - - - -
d /var 0755 - - - -
Expand Down

0 comments on commit 1263796

Please sign in to comment.