Hello,
*************** I am building a headless server and for the most part, now that I have labelled everything (selinux), I am not able to continue emerging software via ssh. I know that it is a security features but is there something I can change in my setup or else, I?ll need to get a monitor for the machine?
*
Alain
04-12-2012, 07:57 PM
Sven Vermeulen
emerge via ssh doesn't work
On Thu, Apr 12, 2012 at 03:41:50PM -0400, Alain Toussaint wrote:
> I am building a headless server and for the most part, now
> that I have labelled everything (selinux), I am not able to continue
> emerging software via ssh. I know that it is a security features but is
> there something I can change in my setup or else, I’ll need to get a
> monitor for the machine?
Without the failure you get, it is not easy to tell you what to do, but my
guess would be that, once you are logged on to the server, you are in the
staff role:
~# id -Z
root:staff_r:staff_t
In order to use Portage, you need to be in the system administration role,
so first switch roles:
Now you should be able to run emerge (and other administrative tasks).
Wkr,
Sven Vermeulen
04-13-2012, 05:04 AM
Alain Toussaint
emerge via ssh doesn't work
Thanks,
That did the trick but I feel I'm gonna need the selinux 101 guide to
really understand how to handle a selinux system. For the moment, I hooked
up a monitor on the server and installed many software that way but I also
tried your instructions on the ppp daemon (for an ipsec vpn) and it
installed fine while in a ssh session.
Another question I had is; would you (or someone else in Gentoo.org) have a
use for a howto on how to build a selinux enabled active directory system
where all the users and administrative users are located in a samba 4
installation? (only root would have an account in /etc/passwd)
On Thu, Apr 12, 2012 at 03:41:50PM -0400, Alain Toussaint wrote:
> I am building a headless server and for the most part,
> now that I have labelled everything (selinux), I am not able to
> continue emerging software via ssh. I know that it is a security
> features but is there something I can change in my setup or else, I’ll
> need to get a monitor for the machine?
Without the failure you get, it is not easy to tell you what to do, but my
guess would be that, once you are logged on to the server, you are in the
staff role:
~# id -Z
root:staff_r:staff_t
In order to use Portage, you need to be in the system administration role,
so first switch roles:
Now you should be able to run emerge (and other administrative tasks).
Wkr,
Sven Vermeulen
04-13-2012, 03:52 PM
Sven Vermeulen
emerge via ssh doesn't work
On Fri, Apr 13, 2012 at 01:04:19AM -0400, Alain Toussaint wrote:
> Another question I had is; would you (or someone else in Gentoo.org) have a
> use for a howto on how to build a selinux enabled active directory system
> where all the users and administrative users are located in a samba 4
> installation? (only root would have an account in /etc/passwd)
If someone wants to write it up, sure. I helped author an OpenLDAP Howto for
central authentication [1] which serves a similar purpose. The guide works
on an SELinux enabled system too.