X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f06628a80acfba8c201da23162681647d5b66d59..ad5d3e1cd5fcccb767ab80d079c7321bf41908c2:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 728009c3f..b8a58a88f 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -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]