Account 'builder' can be used to install software, so a non privileged
account is used to operations like git clone, ./configure or make.
The group 'deployment' will contain deployment accounts, and users
allowed to sudo to these groups.
Ref T1159
Differential D923
Create software build account dereckson on Feb 23 2017, 18:26. Authored by Tags None Referenced Files
Subscribers None
Details
Account 'builder' can be used to install software, so a non privileged The group 'deployment' will contain deployment accounts, and users Ref T1159
Diff Detail
Event TimelineComment Actions Salt master $ cd /opt/nasqueron-operations $ arc patch D923 $ salt '*' saltutil.refresh_pillar $ salt eglide state.apply roles/shellserver/users/ $ salt eglide state.apply roles/shellserver/userland-software/account Eglide $ id uid=5001(dereckson) gid=5001(dereckson) groups=5001(dereckson),0(wheel),200(shell),828(deployment),829(nasqueron-irc) $ sudo -u builder whoami builder |