You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
UID: Difference between revisions
Jump to navigation
Jump to search
imported>Dzahn mNo edit summary |
imported>Dzahn (| 498 || 498 || phd (phabricator)) |
||
Line 21: | Line 21: | ||
|- | |- | ||
| 445 || 445 || rancid | | 445 || 445 || rancid | ||
|- | |||
| 498 || 498 || phd (phabricator) | |||
|- | |- | ||
| 997 || 998 || trebuchet | | 997 || 998 || trebuchet |
Revision as of 23:06, 4 August 2017
reserved UIDs & GIDs
This is most likely not the desired state yet, but just starting out with the current situation on fenari tin. Should be edited to reflect the desired situation, being equal on all servers.
- (table columns are sortable)
UID | GID | user name |
---|---|---|
33 | 33 | www-data |
48 | 48 | apache |
107 | 112 | puppet |
110 | 115 | nagios |
111 | 116 | mwdeploy |
444 | 444 | gerrit2 |
445 | 445 | rancid |
498 | 498 | phd (phabricator) |
997 | 998 | trebuchet |
10002 | 10002 | l10nupdate |
permission/security hierarchy
the security hierarchy looks as follows as decribed by TimStarling:
- root > wikidev > mwdeploy > www-data
- root can own wikidev but wikidev can't own root
- wikidev can own mwdeploy but mwdeploy can't own wikidev
- scripts owned by mwdeploy can only be run by www-data
- everything has to su to www-data before running maintenance scripts
also see: task T79786