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:
parent
dcef5e293f
commit
06b3a2f6f0
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user