main: rename landlock_config to landlock_rules
To keep the naming consistent, rename all uses of landlock_config to landlock_rules. Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
This commit is contained in:
parent
b9f086bcb3
commit
bd180bc3eb
5 changed files with 21 additions and 21 deletions
|
|
@ -1066,7 +1066,7 @@ mod unit_tests {
|
|||
tpm: None,
|
||||
preserved_fds: None,
|
||||
landlock_enable: false,
|
||||
landlock_config: None,
|
||||
landlock_rules: None,
|
||||
};
|
||||
|
||||
assert_eq!(expected_vm_config, result_vm_config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue