Update apparmor profile for nova-compute

Nova-compute uses ssh and scp commands extensively and this
patch allows the process to read the configuration too in
/etc/ssh/ssh_config.d/ directory.

Closes-Bug: #2044983
Change-Id: I336ce64d493c549096d0b8706996e0f17a2728fb
This commit is contained in:
Olivier Dufour-Cuvillier 2023-11-28 16:16:14 +09:00
parent d90d6ee847
commit 4d6f4c07c9
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@
/etc/nova/** r,
/etc/qemu/firmware/{,**} r,
/etc/ssh/ssh_config r,
/etc/ssh/ssh_config.d/ r,
/etc/ssh/ssh_config.d/* r,
/etc/ssl/openssl.cnf r,
/etc/sudo.conf r,
/etc/sudoers r,