Re: Correct way to handle SELinux for a systemd-started SSH VPN

Chris Adams <[email protected]> Sun, 20 Nov 2022 19:28:45 -0600
Newsgroups gmane.linux.redhat.fedora.selinux
Message-ID <[email protected]>
Once upon a time, Zdenek Pytela <[email protected]> said:
> On Sun, Nov 13, 2022 at 4:34 AM Chris Adams <[email protected]> wrote:
> > I am starting an SSH VPN connection with a systemd service.  It's just a
> > simple service, with an ExecStart to run ssh.  If I wrap it with a shell
> > (ExecStart=/bin/sh -c "/usr/bin/ssh %i"), it runs; if I take out the
> > shell wrap (ExecStart=/usr/bin/ssh %i), it fails due to SELinux not
> > allowing it.  If I set permissive mode, there's a whole lot of different
> > things that init_t is not allowed to do. :)
> >
> > So obviously I can just run with the shell wrapper, but is there a more
> > proper way to do this?
> >
> You can create your own policy module and use e. g. the
> init_system_domain() interface.

How would I go about doing that - is there a tutorial or something?
I've done basic things with local policy (mostly from running
audit2allow).

> Does this need to be a system service or would user service also do the job?

It's setting up a network interface, so I think that's more a system
than user service.
-- 
Chris Adams <[email protected]>
_______________________________________________
selinux mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue