]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Add support for BindPaths and BindReadOnlyPaths to systemd_service
[chef.git] / cookbooks / systemd / resources / service.rb
index 728009c3ff99707eaf429838952a97dfa3cf2118..b8a58a88f1c9e8d8ff93e91a5621072bf48cff2c 100644 (file)
@@ -75,6 +75,8 @@ property :protect_proc, String,
          :is => %w[noaccess invisible ptraceable default]
 property :proc_subset, String,
          :is => %w[all pid]
+property :bind_paths, [String, Array]
+property :bind_read_only_paths, [String, Array]
 property :capability_bounding_set, [String, Array]
 property :ambient_capabilities, [String, Array]
 property :no_new_privileges, [true, false]