Questions tagged [systemd]

4 questions
2
votes
1 answer

Is it possible to use systemd seccomp filtering for running applications from command line?

Example systemd unit file, what I mean by…
adrelanos
  • 680
  • 7
  • 21
1
vote
1 answer

Details: snoop environment variables using D-Bus IPC

The page at: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Environment says: Environment variables set for a unit are exposed to unprivileged clients via D-Bus IPC [...] I don't have much experience with stuff as low-level as…
1
vote
1 answer

How do AppArmor and systemd access controls compare?

This may be comparing chalk with cheese, but I'm wondering how these tools compare: pros and cons, similarities and differences, and situations where you would use one vs the other.
0
votes
1 answer

Do world-writable systemd .service files created as symbolic links in /etc/systemd/system impose a security threat?

Do world-writable systemd .service files created as symbolic links in /etc/systemd/system impose a security threat? Would it be possible to somehow modify the links to target arbitrary .service files on the system, and make systemd execute those…
Shuzheng
  • 1,097
  • 4
  • 22
  • 37