kolla-ansible/releasenotes/notes/ironic-tftp-nobody-835803ba36398ea3.yaml
Radosław Piliszek f1d27f7ddb [security] Make Ironic tftpd run as nobody
This avoids root privileges in tftpd's unprivileged container.

Change-Id: I50366205c9cefe2af26c27580c02368f029b7605
2022-08-26 21:48:54 +02:00

7 lines
150 B
YAML

---
security:
- |
Kolla Ansible used to run Ironic's tftpd as an (unprivileged) root
user.
Now, it will explicitly use the nobody user.