mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 09:49:35 +00:00
Merge pull request #11705 from Apokleos/remove-default-guesthookpath
kata-types: remove default setting of guest_hook_path
This commit is contained in:
commit
0ac8f1f70e
@ -951,9 +951,6 @@ fn default_qgs_port() -> u32 {
|
||||
impl SecurityInfo {
|
||||
/// Adjust the configuration information after loading from configuration file.
|
||||
pub fn adjust_config(&mut self) -> Result<()> {
|
||||
if self.guest_hook_path.is_empty() {
|
||||
self.guest_hook_path = default::DEFAULT_GUEST_HOOK_PATH.to_string();
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user