Installer: Do not copy SSH host keys into target.
Fixes #19113. Change-Id: I8e837ba236de44fb76a6668e297bb1a554e62b24 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8944 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
a3d331623c
commit
03d5061185
@@ -101,6 +101,12 @@ public:
|
||||
fIgnorePaths.insert("system/var/shared_memory");
|
||||
fIgnorePaths.insert("system/var/log/syslog");
|
||||
fIgnorePaths.insert("system/var/log/syslog.old");
|
||||
fIgnorePaths.insert("system/settings/ssh/ssh_host_ecdsa_key");
|
||||
fIgnorePaths.insert("system/settings/ssh/ssh_host_ecdsa_key.pub");
|
||||
fIgnorePaths.insert("system/settings/ssh/ssh_host_ed25519_key");
|
||||
fIgnorePaths.insert("system/settings/ssh/ssh_host_ed25519_key.pub");
|
||||
fIgnorePaths.insert("system/settings/ssh/ssh_host_rsa_key");
|
||||
fIgnorePaths.insert("system/settings/ssh/ssh_host_rsa_key.pub");
|
||||
|
||||
fPackageFSRootPaths.insert("system");
|
||||
fPackageFSRootPaths.insert("home/config");
|
||||
|
||||
Reference in New Issue
Block a user