]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/namespace.h
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / core / namespace.h
index 705eb4e13a71974a1b28ba86ae83b43b7df7afec..5528b6c40bd1933cf7b89fe511ece84ec19963dc 100644 (file)
@@ -2,8 +2,6 @@
 #pragma once
 
 /***
-  This file is part of systemd.
-
   Copyright 2010 Lennart Poettering
   Copyright 2016 Djalal Harouni
 ***/
@@ -50,6 +48,7 @@ typedef enum ProtectSystem {
 struct NamespaceInfo {
         bool ignore_protect_paths:1;
         bool private_dev:1;
+        bool private_mounts:1;
         bool protect_control_groups:1;
         bool protect_kernel_tunables:1;
         bool protect_kernel_modules:1;