1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-27 18:04:05 +03:00

core/namespace: drop unused field in NamespaceInfo

This commit is contained in:
Yu Watanabe 2023-02-17 14:58:22 +09:00
parent dcef5e293f
commit 06b3a2f6f0
2 changed files with 0 additions and 2 deletions

View File

@ -3591,7 +3591,6 @@ static int apply_mount_namespace(
.protect_kernel_logs = context->protect_kernel_logs,
.protect_hostname = context->protect_hostname,
.mount_apivfs = exec_context_get_effective_mount_apivfs(context),
.private_mounts = context->private_mounts,
.protect_home = context->protect_home,
.protect_system = context->protect_system,
.protect_proc = context->protect_proc,

View File

@ -55,7 +55,6 @@ typedef enum ProcSubset {
struct NamespaceInfo {
bool ignore_protect_paths;
bool private_dev;
bool private_mounts;
bool protect_control_groups;
bool protect_kernel_tunables;
bool protect_kernel_modules;