summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/console/obmc-console
AgeCommit message (Collapse)AuthorFilesLines
2020-03-16obmc-console: Rely on packaged systemd unitsAndrew Jeffery3-34/+0
systemd units are now provided by obmc-console, so remove the in-tree files. (From meta-phosphor rev: 6e0e25f18aaf9e6d10e82b026e7e61bd08f418b5) Change-Id: I22197d78acb39896dcc1ab87adb7f4778e1c84ec Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-09-25Revert "obmc-console: Allow SOL over SSH only for admin"Richard Marian Thomaiyar1-1/+1
As dropbear default value is updated to allow only priv-admin group users in meta-phosphor, this restriction will be applied automatically to all services which uses DROPBEAR_EXTRA_ARGS. As obmc-console uses dropbear with DROPBEAR_EXTRA_ARGS, the commit, which adds -G priv-admin to the service file can be removed now as the same is applied through DROPBEAR_EXTRA_ARGS This reverts commit 9fe68f9906a99c38758ca9ddaa72432b17841af2. (From meta-phosphor rev: 2ca828ac8acb8a00bc816645bddddab0d86aed37) Change-Id: I24bb20a8baf980d6a13f797946cc1cf0c158da7a Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-14obmc-console: Allow SOL over SSH only for adminRichard Marian Thomaiyar1-1/+1
Currently SOL over SSH is enabled for all the users. Restricting the same to admin privilege user only (priv-admin) for security reasons, without which any user will be able to establish the connection Tested: 1. Verified by establishing ssh -p 2200 on priv-admin user and authentication works as expected 2. verified that non-admin users authentication fails as expected (From meta-phosphor rev: 9fe68f9906a99c38758ca9ddaa72432b17841af2) Change-Id: I7cd4a1a0c6ac85c2df277006192ee2cf6616edd8 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-06update upstream subtreesBrad Bishop1-1/+1
A number of corequisites exist so squashing these all into one patch. meta-ingrasys - refresh master bc513127f4..67bcaf389f meta-hxt - refresh master 86a4df514f..8fe0d38bbb meta-phosphor - refresh master 06c09d7cce..df6ddae3d2 meta-quanta - refresh master 4f126361a1..53f3025271 Change-Id: I3daeef2a0467d8ea4f1fd1c617e526f8b11258af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop4-0/+36
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>