chef 17.10.0 → 18.0.169

Sign up to get free protection for your applications and to get access to all the features.
Files changed (304) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +16 -8
  3. data/README.md +7 -7
  4. data/Rakefile +5 -24
  5. data/{chef-universal-mingw32.gemspec → chef-universal-mingw-ucrt.gemspec} +7 -6
  6. data/chef.gemspec +13 -6
  7. data/lib/chef/api_client_v1.rb +9 -1
  8. data/lib/chef/application/exit_code.rb +3 -3
  9. data/lib/chef/client.rb +167 -0
  10. data/lib/chef/compliance/input.rb +1 -1
  11. data/lib/chef/compliance/input_collection.rb +1 -1
  12. data/lib/chef/compliance/profile.rb +1 -1
  13. data/lib/chef/compliance/profile_collection.rb +1 -2
  14. data/lib/chef/compliance/waiver.rb +1 -1
  15. data/lib/chef/compliance/waiver_collection.rb +1 -1
  16. data/lib/chef/cookbook/syntax_check.rb +2 -2
  17. data/lib/chef/dsl/reader_helpers.rb +1 -1
  18. data/lib/chef/dsl/rest_resource.rb +77 -0
  19. data/lib/chef/dsl/secret.rb +113 -5
  20. data/lib/chef/event_dispatch/base.rb +3 -0
  21. data/lib/chef/exceptions.rb +8 -0
  22. data/lib/chef/http/authenticator.rb +170 -3
  23. data/lib/chef/http/ssl_policies.rb +3 -3
  24. data/lib/chef/mixin/powershell_exec.rb +5 -28
  25. data/lib/chef/mixin/properties.rb +6 -0
  26. data/lib/chef/node/attribute.rb +20 -3
  27. data/lib/chef/node/mixin/deep_merge_cache.rb +4 -4
  28. data/lib/chef/node/mixin/immutablize_array.rb +1 -0
  29. data/lib/chef/property.rb +5 -3
  30. data/lib/chef/provider/group/windows.rb +1 -1
  31. data/lib/chef/provider/http_request.rb +11 -9
  32. data/lib/chef/provider/mount/linux.rb +5 -0
  33. data/lib/chef/provider/mount/mount.rb +8 -0
  34. data/lib/chef/provider/mount/windows.rb +1 -1
  35. data/lib/chef/provider/package/powershell.rb +1 -1
  36. data/lib/chef/provider/package/rubygems.rb +1 -1
  37. data/lib/chef/provider/package/windows/msi.rb +2 -2
  38. data/lib/chef/provider/package/windows/registry_uninstall_entry.rb +1 -1
  39. data/lib/chef/provider/package/zypper/version.rb +60 -0
  40. data/lib/chef/provider/package/zypper.rb +47 -3
  41. data/lib/chef/provider/service/windows.rb +1 -1
  42. data/lib/chef/provider/user/aix.rb +5 -0
  43. data/lib/chef/provider/user/linux.rb +29 -0
  44. data/lib/chef/provider/user/mac.rb +1 -1
  45. data/lib/chef/provider/user.rb +45 -9
  46. data/lib/chef/provider.rb +1 -1
  47. data/lib/chef/recipe.rb +1 -1
  48. data/lib/chef/resource/_rest_resource.rb +389 -0
  49. data/lib/chef/resource/alternatives.rb +0 -1
  50. data/lib/chef/resource/apt_package.rb +0 -1
  51. data/lib/chef/resource/apt_preference.rb +0 -1
  52. data/lib/chef/resource/apt_repository.rb +0 -1
  53. data/lib/chef/resource/apt_update.rb +0 -1
  54. data/lib/chef/resource/archive_file.rb +0 -1
  55. data/lib/chef/resource/bash.rb +0 -1
  56. data/lib/chef/resource/batch.rb +0 -1
  57. data/lib/chef/resource/bff_package.rb +0 -1
  58. data/lib/chef/resource/breakpoint.rb +0 -1
  59. data/lib/chef/resource/build_essential.rb +0 -1
  60. data/lib/chef/resource/cab_package.rb +0 -1
  61. data/lib/chef/resource/chef_client_config.rb +17 -14
  62. data/lib/chef/resource/chef_client_cron.rb +1 -2
  63. data/lib/chef/resource/chef_client_launchd.rb +2 -2
  64. data/lib/chef/resource/chef_client_scheduled_task.rb +3 -3
  65. data/lib/chef/resource/chef_client_systemd_timer.rb +0 -1
  66. data/lib/chef/resource/chef_client_trusted_certificate.rb +0 -1
  67. data/lib/chef/resource/chef_gem.rb +0 -1
  68. data/lib/chef/resource/chef_handler.rb +0 -1
  69. data/lib/chef/resource/chef_sleep.rb +1 -3
  70. data/lib/chef/resource/chef_vault_secret.rb +0 -1
  71. data/lib/chef/resource/chocolatey_config.rb +0 -1
  72. data/lib/chef/resource/chocolatey_feature.rb +0 -1
  73. data/lib/chef/resource/chocolatey_package.rb +0 -1
  74. data/lib/chef/resource/chocolatey_source.rb +0 -1
  75. data/lib/chef/resource/cookbook_file.rb +0 -1
  76. data/lib/chef/resource/cron/_cron_shared.rb +0 -1
  77. data/lib/chef/resource/cron/cron.rb +0 -1
  78. data/lib/chef/resource/cron/cron_d.rb +15 -1
  79. data/lib/chef/resource/cron_access.rb +0 -1
  80. data/lib/chef/resource/csh.rb +0 -1
  81. data/lib/chef/resource/directory.rb +0 -1
  82. data/lib/chef/resource/dmg_package.rb +0 -1
  83. data/lib/chef/resource/dnf_package.rb +0 -1
  84. data/lib/chef/resource/dpkg_package.rb +0 -1
  85. data/lib/chef/resource/dsc_resource.rb +0 -1
  86. data/lib/chef/resource/dsc_script.rb +0 -1
  87. data/lib/chef/resource/execute.rb +0 -1
  88. data/lib/chef/resource/file.rb +0 -1
  89. data/lib/chef/resource/freebsd_package.rb +0 -1
  90. data/lib/chef/resource/gem_package.rb +0 -1
  91. data/lib/chef/resource/group.rb +25 -2
  92. data/lib/chef/resource/habitat/habitat_package.rb +0 -1
  93. data/lib/chef/resource/habitat/habitat_sup.rb +6 -7
  94. data/lib/chef/resource/habitat/habitat_sup_windows.rb +1 -1
  95. data/lib/chef/resource/habitat_config.rb +0 -1
  96. data/lib/chef/resource/habitat_install.rb +0 -1
  97. data/lib/chef/resource/habitat_service.rb +0 -1
  98. data/lib/chef/resource/habitat_user_toml.rb +0 -1
  99. data/lib/chef/resource/homebrew_cask.rb +0 -1
  100. data/lib/chef/resource/homebrew_package.rb +0 -1
  101. data/lib/chef/resource/homebrew_tap.rb +0 -1
  102. data/lib/chef/resource/homebrew_update.rb +0 -2
  103. data/lib/chef/resource/hostname.rb +0 -1
  104. data/lib/chef/resource/http_request.rb +0 -1
  105. data/lib/chef/resource/ifconfig.rb +0 -1
  106. data/lib/chef/resource/inspec_input.rb +0 -1
  107. data/lib/chef/resource/inspec_waiver.rb +0 -1
  108. data/lib/chef/resource/inspec_waiver_file_entry.rb +2 -3
  109. data/lib/chef/resource/ips_package.rb +0 -1
  110. data/lib/chef/resource/kernel_module.rb +0 -1
  111. data/lib/chef/resource/ksh.rb +0 -1
  112. data/lib/chef/resource/launchd.rb +0 -1
  113. data/lib/chef/resource/link.rb +0 -1
  114. data/lib/chef/resource/locale.rb +1 -2
  115. data/lib/chef/resource/log.rb +0 -1
  116. data/lib/chef/resource/lwrp_base.rb +0 -4
  117. data/lib/chef/resource/macos_userdefaults.rb +0 -1
  118. data/lib/chef/resource/macosx_service.rb +0 -1
  119. data/lib/chef/resource/macports_package.rb +0 -1
  120. data/lib/chef/resource/mdadm.rb +0 -1
  121. data/lib/chef/resource/mount.rb +0 -1
  122. data/lib/chef/resource/msu_package.rb +0 -1
  123. data/lib/chef/resource/notify_group.rb +0 -2
  124. data/lib/chef/resource/ohai.rb +0 -1
  125. data/lib/chef/resource/ohai_hint.rb +0 -1
  126. data/lib/chef/resource/openbsd_package.rb +0 -1
  127. data/lib/chef/resource/openssl_dhparam.rb +0 -2
  128. data/lib/chef/resource/openssl_ec_private_key.rb +0 -2
  129. data/lib/chef/resource/openssl_ec_public_key.rb +0 -2
  130. data/lib/chef/resource/openssl_rsa_private_key.rb +0 -2
  131. data/lib/chef/resource/openssl_rsa_public_key.rb +0 -2
  132. data/lib/chef/resource/openssl_x509_certificate.rb +0 -2
  133. data/lib/chef/resource/openssl_x509_crl.rb +0 -2
  134. data/lib/chef/resource/openssl_x509_request.rb +0 -2
  135. data/lib/chef/resource/osx_profile.rb +0 -1
  136. data/lib/chef/resource/package.rb +0 -1
  137. data/lib/chef/resource/pacman_package.rb +0 -1
  138. data/lib/chef/resource/paludis_package.rb +0 -1
  139. data/lib/chef/resource/perl.rb +0 -1
  140. data/lib/chef/resource/plist.rb +7 -3
  141. data/lib/chef/resource/portage_package.rb +0 -1
  142. data/lib/chef/resource/powershell_package.rb +0 -1
  143. data/lib/chef/resource/powershell_package_source.rb +0 -1
  144. data/lib/chef/resource/powershell_script.rb +0 -1
  145. data/lib/chef/resource/python.rb +0 -1
  146. data/lib/chef/resource/reboot.rb +0 -1
  147. data/lib/chef/resource/registry_key.rb +0 -1
  148. data/lib/chef/resource/remote_directory.rb +0 -1
  149. data/lib/chef/resource/remote_file.rb +0 -1
  150. data/lib/chef/resource/rhsm_errata.rb +0 -1
  151. data/lib/chef/resource/rhsm_errata_level.rb +0 -1
  152. data/lib/chef/resource/rhsm_register.rb +17 -1
  153. data/lib/chef/resource/rhsm_repo.rb +0 -1
  154. data/lib/chef/resource/rhsm_subscription.rb +0 -1
  155. data/lib/chef/resource/route.rb +0 -1
  156. data/lib/chef/resource/rpm_package.rb +0 -1
  157. data/lib/chef/resource/ruby.rb +0 -1
  158. data/lib/chef/resource/ruby_block.rb +0 -1
  159. data/lib/chef/resource/scm/_scm.rb +0 -2
  160. data/lib/chef/resource/scm/git.rb +0 -2
  161. data/lib/chef/resource/scm/subversion.rb +0 -2
  162. data/lib/chef/resource/script.rb +0 -1
  163. data/lib/chef/resource/selinux/common_helpers.rb +47 -0
  164. data/lib/chef/resource/selinux/selinux_debian.erb +18 -0
  165. data/lib/chef/resource/selinux/selinux_default.erb +15 -0
  166. data/lib/chef/resource/selinux_boolean.rb +101 -0
  167. data/lib/chef/resource/selinux_fcontext.rb +160 -0
  168. data/lib/chef/resource/selinux_install.rb +107 -0
  169. data/lib/chef/resource/selinux_module.rb +143 -0
  170. data/lib/chef/resource/selinux_permissive.rb +64 -0
  171. data/lib/chef/resource/selinux_port.rb +118 -0
  172. data/lib/chef/resource/selinux_state.rb +166 -0
  173. data/lib/chef/resource/service.rb +0 -1
  174. data/lib/chef/resource/smartos_package.rb +0 -1
  175. data/lib/chef/resource/snap_package.rb +0 -1
  176. data/lib/chef/resource/solaris_package.rb +0 -1
  177. data/lib/chef/resource/ssh_known_hosts_entry.rb +0 -1
  178. data/lib/chef/resource/sudo.rb +0 -1
  179. data/lib/chef/resource/support/client.erb +3 -4
  180. data/lib/chef/resource/swap_file.rb +0 -1
  181. data/lib/chef/resource/sysctl.rb +1 -2
  182. data/lib/chef/resource/systemd_unit.rb +0 -1
  183. data/lib/chef/resource/template.rb +0 -1
  184. data/lib/chef/resource/timezone.rb +0 -1
  185. data/lib/chef/resource/user/aix_user.rb +0 -1
  186. data/lib/chef/resource/user/linux_user.rb +0 -1
  187. data/lib/chef/resource/user/mac_user.rb +0 -1
  188. data/lib/chef/resource/user/pw_user.rb +0 -1
  189. data/lib/chef/resource/user/solaris_user.rb +0 -1
  190. data/lib/chef/resource/user/windows_user.rb +0 -1
  191. data/lib/chef/resource/user.rb +10 -1
  192. data/lib/chef/resource/user_ulimit.rb +0 -1
  193. data/lib/chef/resource/whyrun_safe_ruby_block.rb +0 -1
  194. data/lib/chef/resource/windows_ad_join.rb +0 -2
  195. data/lib/chef/resource/windows_audit_policy.rb +0 -2
  196. data/lib/chef/resource/windows_auto_run.rb +0 -1
  197. data/lib/chef/resource/windows_certificate.rb +54 -43
  198. data/lib/chef/resource/windows_defender.rb +0 -1
  199. data/lib/chef/resource/windows_defender_exclusion.rb +0 -1
  200. data/lib/chef/resource/windows_dfs_folder.rb +0 -1
  201. data/lib/chef/resource/windows_dfs_namespace.rb +0 -1
  202. data/lib/chef/resource/windows_dfs_server.rb +0 -1
  203. data/lib/chef/resource/windows_dns_record.rb +0 -1
  204. data/lib/chef/resource/windows_dns_zone.rb +0 -1
  205. data/lib/chef/resource/windows_env.rb +0 -1
  206. data/lib/chef/resource/windows_feature.rb +0 -1
  207. data/lib/chef/resource/windows_feature_dism.rb +0 -1
  208. data/lib/chef/resource/windows_feature_powershell.rb +0 -1
  209. data/lib/chef/resource/windows_firewall_profile.rb +0 -2
  210. data/lib/chef/resource/windows_firewall_rule.rb +0 -1
  211. data/lib/chef/resource/windows_font.rb +2 -3
  212. data/lib/chef/resource/windows_package.rb +0 -1
  213. data/lib/chef/resource/windows_pagefile.rb +27 -22
  214. data/lib/chef/resource/windows_path.rb +0 -1
  215. data/lib/chef/resource/windows_printer.rb +0 -1
  216. data/lib/chef/resource/windows_printer_port.rb +0 -1
  217. data/lib/chef/resource/windows_script.rb +0 -2
  218. data/lib/chef/resource/windows_security_policy.rb +0 -1
  219. data/lib/chef/resource/windows_service.rb +0 -1
  220. data/lib/chef/resource/windows_share.rb +0 -1
  221. data/lib/chef/resource/windows_shortcut.rb +1 -2
  222. data/lib/chef/resource/windows_task.rb +0 -1
  223. data/lib/chef/resource/windows_uac.rb +0 -1
  224. data/lib/chef/resource/windows_update_settings.rb +0 -1
  225. data/lib/chef/resource/windows_user_privilege.rb +36 -27
  226. data/lib/chef/resource/windows_workgroup.rb +0 -1
  227. data/lib/chef/resource/yum_package.rb +0 -1
  228. data/lib/chef/resource/yum_repository.rb +0 -1
  229. data/lib/chef/resource/zypper_package.rb +0 -1
  230. data/lib/chef/resource/zypper_repository.rb +0 -1
  231. data/lib/chef/resource.rb +13 -5
  232. data/lib/chef/resources.rb +7 -0
  233. data/lib/chef/run_context.rb +19 -3
  234. data/lib/chef/secret_fetcher/azure_key_vault.rb +3 -3
  235. data/lib/chef/secret_fetcher/hashi_vault.rb +1 -1
  236. data/lib/chef/version.rb +1 -1
  237. data/lib/chef/win32/handle.rb +6 -7
  238. data/lib/chef/win32/registry.rb +7 -3
  239. data/lib/chef/win32/version.rb +2 -1
  240. data/spec/data/rubygems.org/sexp_processor-info +2 -1
  241. data/spec/functional/resource/dsc_script_spec.rb +1 -1
  242. data/spec/functional/resource/group_spec.rb +10 -6
  243. data/spec/functional/resource/link_spec.rb +8 -8
  244. data/spec/functional/resource/plist_spec.rb +25 -0
  245. data/spec/functional/resource/user/linux_user_spec.rb +127 -0
  246. data/spec/functional/resource/windows_certificate_spec.rb +15 -12
  247. data/spec/functional/resource/windows_font_spec.rb +11 -8
  248. data/spec/functional/resource/windows_pagefile_spec.rb +31 -4
  249. data/spec/functional/resource/zypper_package_spec.rb +12 -0
  250. data/spec/functional/shell_spec.rb +7 -2
  251. data/spec/functional/version_spec.rb +1 -1
  252. data/spec/integration/client/client_spec.rb +82 -3
  253. data/spec/integration/client/exit_code_spec.rb +1 -1
  254. data/spec/integration/client/ipv6_spec.rb +1 -1
  255. data/spec/integration/compliance/compliance_spec.rb +1 -1
  256. data/spec/integration/recipes/accumulator_spec.rb +1 -1
  257. data/spec/integration/recipes/lwrp_inline_resources_spec.rb +1 -1
  258. data/spec/integration/recipes/lwrp_spec.rb +1 -1
  259. data/spec/integration/recipes/notifies_spec.rb +1 -1
  260. data/spec/integration/recipes/notifying_block_spec.rb +1 -1
  261. data/spec/integration/recipes/remote_directory.rb +1 -1
  262. data/spec/integration/recipes/unified_mode_spec.rb +1 -1
  263. data/spec/integration/recipes/use_partial_spec.rb +2 -1
  264. data/spec/integration/solo/solo_spec.rb +2 -2
  265. data/spec/spec_helper.rb +1 -0
  266. data/spec/support/platform_helpers.rb +4 -0
  267. data/spec/support/ruby_installer.rb +1 -1
  268. data/spec/support/shared/functional/windows_script.rb +2 -2
  269. data/spec/unit/application/client_spec.rb +0 -10
  270. data/spec/unit/client_spec.rb +54 -2
  271. data/spec/unit/cookbook/syntax_check_spec.rb +3 -0
  272. data/spec/unit/daemon_spec.rb +1 -5
  273. data/spec/unit/dsl/secret_spec.rb +127 -23
  274. data/spec/unit/http/authenticator_spec.rb +68 -0
  275. data/spec/unit/mixin/powershell_exec_spec.rb +5 -5
  276. data/spec/unit/platform/query_helpers_spec.rb +2 -17
  277. data/spec/unit/provider/http_request_spec.rb +60 -72
  278. data/spec/unit/provider/mount/linux_spec.rb +10 -0
  279. data/spec/unit/provider/package/rubygems_spec.rb +2 -2
  280. data/spec/unit/provider/package/zypper_spec.rb +32 -0
  281. data/spec/unit/provider/user/linux_spec.rb +96 -1
  282. data/spec/unit/provider/user_spec.rb +24 -6
  283. data/spec/unit/resource/archive_file_spec.rb +1 -1
  284. data/spec/unit/resource/chef_client_config_spec.rb +8 -0
  285. data/spec/unit/resource/chef_client_cron_spec.rb +5 -0
  286. data/spec/unit/resource/chef_client_launchd_spec.rb +5 -0
  287. data/spec/unit/resource/chef_client_scheduled_task_spec.rb +5 -0
  288. data/spec/unit/resource/chef_client_systemd_timer_spec.rb +1 -1
  289. data/spec/unit/resource/cron_d_spec.rb +37 -1
  290. data/spec/unit/resource/rest_resource_spec.rb +381 -0
  291. data/spec/unit/resource/selinux_boolean_spec.rb +92 -0
  292. data/spec/unit/resource/selinux_fcontext_spec.rb +65 -0
  293. data/spec/unit/resource/selinux_install_spec.rb +60 -0
  294. data/spec/unit/resource/selinux_module_spec.rb +55 -0
  295. data/spec/unit/resource/selinux_permissive_spec.rb +39 -0
  296. data/spec/unit/resource/selinux_port_spec.rb +42 -0
  297. data/spec/unit/resource/selinux_state_spec.rb +46 -0
  298. data/spec/unit/resource/sysctl_spec.rb +2 -2
  299. data/spec/unit/resource/user/linux_user_spec.rb +42 -0
  300. data/spec/unit/resource_spec.rb +21 -1
  301. data/spec/unit/run_context_spec.rb +16 -0
  302. data/spec/unit/util/dsc/local_configuration_manager_spec.rb +1 -1
  303. data/tasks/rspec.rb +1 -1
  304. metadata +85 -19
@@ -0,0 +1,160 @@
1
+ #
2
+ # Licensed under the Apache License, Version 2.0 (the "License");
3
+ # you may not use this file except in compliance with the License.
4
+ # You may obtain a copy of the License at
5
+ #
6
+ # http://www.apache.org/licenses/LICENSE-2.0
7
+ #
8
+ # Unless required by applicable law or agreed to in writing, software
9
+ # distributed under the License is distributed on an "AS IS" BASIS,
10
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ # See the License for the specific language governing permissions and
12
+ # limitations under the License.
13
+ #
14
+
15
+ require_relative "../resource"
16
+ require_relative "selinux/common_helpers"
17
+
18
+ class Chef
19
+ class Resource
20
+ class SelinuxFcontext < Chef::Resource
21
+ unified_mode true
22
+
23
+ provides :selinux_fcontext
24
+
25
+ description "Use **selinux_fcontext** resource to set the SELinux context of files with semanage fcontext."
26
+ introduced "18.0"
27
+ examples <<~DOC
28
+ **Allow http servers (e.g. nginx/apache) to modify moodle files**:
29
+
30
+ ```ruby
31
+ selinux_fcontext '/var/www/moodle(/.*)?' do
32
+ secontext 'httpd_sys_rw_content_t'
33
+ end
34
+ ```
35
+
36
+ **Adapt a symbolic link**:
37
+
38
+ ```ruby
39
+ selinux_fcontext '/var/www/symlink_to_webroot' do
40
+ secontext 'httpd_sys_rw_content_t'
41
+ file_type 'l'
42
+ end
43
+ ```
44
+ DOC
45
+
46
+ property :file_spec, String,
47
+ name_property: true,
48
+ description: "Path to or regex matching the files or directories to label."
49
+
50
+ property :secontext, String,
51
+ required: %i{add modify manage},
52
+ description: "SELinux context to assign."
53
+
54
+ property :file_type, String,
55
+ default: "a",
56
+ equal_to: %w{a f d c b s l p},
57
+ description: "The type of the file being labeled."
58
+
59
+ action_class do
60
+ include Chef::SELinux::CommonHelpers
61
+ def current_file_context
62
+ file_hash = {
63
+ "a" => "all files",
64
+ "f" => "regular file",
65
+ "d" => "directory",
66
+ "c" => "character device",
67
+ "b" => "block device",
68
+ "s" => "socket",
69
+ "l" => "symbolic link",
70
+ "p" => "named pipe",
71
+ }
72
+
73
+ contexts = shell_out!("semanage fcontext -l").stdout.split("\n")
74
+ # pull out file label from user:role:type:level context string
75
+ contexts.grep(/^#{Regexp.escape(new_resource.file_spec)}\s+#{file_hash[new_resource.file_type]}/) do |c|
76
+ c.match(/.+ (?<user>.+):(?<role>.+):(?<type>.+):(?<level>.+)$/)[:type]
77
+ # match returns ['foo'] or [], shift converts that to 'foo' or nil
78
+ end.shift
79
+ end
80
+
81
+ # Run restorecon to fix label
82
+ # https://github.com/sous-chefs/selinux_policy/pull/72#issuecomment-338718721
83
+ def relabel_files
84
+ spec = new_resource.file_spec
85
+ escaped = Regexp.escape spec
86
+
87
+ # find common path between regex and string
88
+ common = if spec == escaped
89
+ spec
90
+ else
91
+ index = spec.size.times { |i| break i if spec[i] != escaped[i] }
92
+ ::File.dirname spec[0...index]
93
+ end
94
+
95
+ # if path is not absolute, ignore it and search everything
96
+ common = "/" if common[0] != "/"
97
+
98
+ if ::File.exist? common
99
+ shell_out!("find #{common.shellescape} -ignore_readdir_race -regextype posix-egrep -regex #{spec.shellescape} -prune -print0 | xargs -0 restorecon -iRv")
100
+ end
101
+ end
102
+ end
103
+
104
+ action :manage, description: "Assign the file to the right context regardless of previous state." do
105
+ run_action(:add)
106
+ run_action(:modify)
107
+ end
108
+
109
+ action :addormodify, description: "Assign the file context if not set. Update the file context if previously set." do
110
+ Chef::Log.warn("The :addormodify action for selinux_fcontext is deprecated and will be removed in a future release. Use the :manage action instead.")
111
+ run_action(:manage)
112
+ end
113
+
114
+ # Create if doesn't exist, do not touch if fcontext is already registered
115
+ action :add, description: "Assign the file context if not set." do
116
+ if selinux_disabled?
117
+ Chef::Log.warn("Unable to add SELinux fcontext #{new_resource.name} as SELinux is disabled")
118
+ return
119
+ end
120
+
121
+ unless current_file_context
122
+ converge_by "adding label #{new_resource.secontext} to #{new_resource.file_spec}" do
123
+ shell_out!("semanage fcontext -a -f #{new_resource.file_type} -t #{new_resource.secontext} '#{new_resource.file_spec}'")
124
+ relabel_files
125
+ end
126
+ end
127
+ end
128
+
129
+ # Only modify if fcontext exists & doesn't have the correct label already
130
+ action :modify, description: "Update the file context if previously set." do
131
+ if selinux_disabled?
132
+ Chef::Log.warn("Unable to modify SELinux fcontext #{new_resource.name} as SELinux is disabled")
133
+ return
134
+ end
135
+
136
+ if current_file_context && current_file_context != new_resource.secontext
137
+ converge_by "modifying label #{new_resource.secontext} to #{new_resource.file_spec}" do
138
+ shell_out!("semanage fcontext -m -f #{new_resource.file_type} -t #{new_resource.secontext} '#{new_resource.file_spec}'")
139
+ relabel_files
140
+ end
141
+ end
142
+ end
143
+
144
+ # Delete if exists
145
+ action :delete, description: "Removes the file context if set. " do
146
+ if selinux_disabled?
147
+ Chef::Log.warn("Unable to delete SELinux fcontext #{new_resource.name} as SELinux is disabled")
148
+ return
149
+ end
150
+
151
+ if current_file_context
152
+ converge_by "deleting label for #{new_resource.file_spec}" do
153
+ shell_out!("semanage fcontext -d -f #{new_resource.file_type} '#{new_resource.file_spec}'")
154
+ relabel_files
155
+ end
156
+ end
157
+ end
158
+ end
159
+ end
160
+ end
@@ -0,0 +1,107 @@
1
+ #
2
+ # Licensed under the Apache License, Version 2.0 (the "License");
3
+ # you may not use this file except in compliance with the License.
4
+ # You may obtain a copy of the License at
5
+ #
6
+ # http://www.apache.org/licenses/LICENSE-2.0
7
+ #
8
+ # Unless required by applicable law or agreed to in writing, software
9
+ # distributed under the License is distributed on an "AS IS" BASIS,
10
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ # See the License for the specific language governing permissions and
12
+ # limitations under the License.
13
+
14
+ require_relative "../resource"
15
+
16
+ class Chef
17
+ class Resource
18
+ class SelinuxInstall < Chef::Resource
19
+ unified_mode true
20
+
21
+ provides :selinux_install
22
+
23
+ description "Use **selinux_install** resource to encapsulates the set of selinux packages to install in order to manage selinux. It also ensures the directory `/etc/selinux` is created."
24
+ introduced "18.0"
25
+ examples <<~DOC
26
+ **Default installation**:
27
+
28
+ ```ruby
29
+ selinux_install 'example'
30
+ ```
31
+
32
+ **Install with custom packages**:
33
+
34
+ ```ruby
35
+ selinux_install 'example' do
36
+ packages %w(policycoreutils selinux-policy selinux-policy-targeted)
37
+ end
38
+ ```
39
+
40
+ **Uninstall**
41
+ ```ruby
42
+ selinux_install 'example' do
43
+ action :remove
44
+ end
45
+ ```
46
+ DOC
47
+
48
+ property :packages, [String, Array],
49
+ default: lazy { default_install_packages },
50
+ description: "SELinux packages for system."
51
+
52
+ action_class do
53
+ def do_package_action(action)
54
+ # friendly message for unsupported platforms
55
+ raise "The platform #{node["platform"]} is not currently supported by the `selinux_install` resource. Please file an issue at https://github.com/chef/chef/issues with details on the platform this cookbook is running on." if new_resource.packages.nil?
56
+
57
+ package "selinux" do
58
+ package_name new_resource.packages
59
+ action action
60
+ end
61
+ end
62
+ end
63
+
64
+ action :install, description: "Install required packages." do
65
+ do_package_action(action)
66
+
67
+ directory "/etc/selinux" do
68
+ owner "root"
69
+ group "root"
70
+ mode "0755"
71
+ action :create
72
+ end
73
+ end
74
+
75
+ action :upgrade, description: "Upgrade required packages." do
76
+ do_package_action(a)
77
+ end
78
+
79
+ action :remove, description: "Remove any SELinux-related packages." do
80
+ do_package_action(a)
81
+ end
82
+
83
+ private
84
+
85
+ #
86
+ # Get an array of packages to be installed based upon node platform_family
87
+ #
88
+ # @return [Array] Array of string of package names
89
+ def default_install_packages
90
+ case node["platform_family"]
91
+ when "rhel", "fedora", "amazon"
92
+ %w{make policycoreutils selinux-policy selinux-policy-targeted selinux-policy-devel libselinux-utils setools-console}
93
+ when "debian"
94
+ if node["platform"] == "ubuntu"
95
+ if node["platform_version"].to_f == 18.04
96
+ %w{make policycoreutils selinux selinux-basics selinux-policy-default selinux-policy-dev auditd setools}
97
+ else
98
+ %w{make policycoreutils selinux-basics selinux-policy-default selinux-policy-dev auditd setools}
99
+ end
100
+ else
101
+ %w{make policycoreutils selinux-basics selinux-policy-default selinux-policy-dev auditd setools}
102
+ end
103
+ end
104
+ end
105
+ end
106
+ end
107
+ end
@@ -0,0 +1,143 @@
1
+ #
2
+ # Licensed under the Apache License, Version 2.0 (the "License");
3
+ # you may not use this file except in compliance with the License.
4
+ # You may obtain a copy of the License at
5
+ #
6
+ # http://www.apache.org/licenses/LICENSE-2.0
7
+ #
8
+ # Unless required by applicable law or agreed to in writing, software
9
+ # distributed under the License is distributed on an "AS IS" BASIS,
10
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ # See the License for the specific language governing permissions and
12
+ # limitations under the License.
13
+
14
+ require_relative "../resource"
15
+
16
+ class Chef
17
+ class Resource
18
+ class SelinuxModule < Chef::Resource
19
+ unified_mode true
20
+
21
+ provides :selinux_module
22
+
23
+ description "Use **selinux_module** module resource to create an SELinux policy module from a cookbook file or content provided as a string."
24
+ introduced "18.0"
25
+ examples <<~DOC
26
+ **Creating SElinux module from .te file located at `files` directory of your cookbook.**:
27
+
28
+ ```ruby
29
+ selinux_module 'my_policy_module' do
30
+ source 'my_policy_module.te'
31
+ action :create
32
+ end
33
+ ```
34
+ DOC
35
+
36
+ property :module_name, String,
37
+ name_property: true,
38
+ description: "Override the module name."
39
+
40
+ property :source, String,
41
+ description: "Module source file name."
42
+
43
+ property :content, String,
44
+ description: "Module source as String."
45
+
46
+ property :cookbook, String,
47
+ description: "Cookbook to source from module source file from(if it is not located in the current cookbook). The default value is the current cookbook.",
48
+ desired_state: false
49
+
50
+ property :base_dir, String,
51
+ default: "/etc/selinux/local",
52
+ description: "Directory to create module source file in."
53
+
54
+ action_class do
55
+ def selinux_module_filepath(type)
56
+ path = ::File.join(new_resource.base_dir, "#{new_resource.module_name}")
57
+ path.concat(".#{type}") if type
58
+ end
59
+
60
+ def list_installed_modules
61
+ shell_out!("semodule --list-modules").stdout.split("\n").map { |x| x.split(/\s/).first }
62
+ end
63
+ end
64
+
65
+ action :create, description: "Compile a module and install it." do
66
+ directory new_resource.base_dir
67
+
68
+ if property_is_set?(:content)
69
+ file selinux_module_filepath("te") do
70
+ content new_resource.content
71
+
72
+ mode "0600"
73
+ owner "root"
74
+ group "root"
75
+
76
+ action :create
77
+
78
+ notifies :run, "execute[Compiling SELinux modules at '#{new_resource.base_dir}']", :immediately
79
+ end
80
+ else
81
+ cookbook_file selinux_module_filepath("te") do
82
+ cookbook new_resource.cookbook
83
+ source new_resource.source
84
+
85
+ mode "0600"
86
+ owner "root"
87
+ group "root"
88
+
89
+ action :create
90
+
91
+ notifies :run, "execute[Compiling SELinux modules at '#{new_resource.base_dir}']", :immediately
92
+ end
93
+ end
94
+
95
+ execute "Compiling SELinux modules at '#{new_resource.base_dir}'" do
96
+ cwd new_resource.base_dir
97
+ command "make -C #{new_resource.base_dir} -f /usr/share/selinux/devel/Makefile"
98
+ timeout 120
99
+ user "root"
100
+
101
+ action :nothing
102
+
103
+ notifies :run, "execute[Install SELinux module '#{selinux_module_filepath("pp")}']", :immediately
104
+ end
105
+
106
+ raise "Compilation must have failed, no 'pp' file found at: '#{selinux_module_filepath("pp")}'" unless ::File.exist?(selinux_module_filepath("pp"))
107
+
108
+ execute "Install SELinux module '#{selinux_module_filepath("pp")}'" do
109
+ command "semodule --install '#{selinux_module_filepath("pp")}'"
110
+ action :nothing
111
+ end
112
+ end
113
+
114
+ action :delete, description: "Remove module source files from `/etc/selinux/local`." do
115
+ %w{fc if pp te}.each do |type|
116
+ next unless ::File.exist?(selinux_module_filepath(type))
117
+
118
+ file selinux_module_filepath(type) do
119
+ action :delete
120
+ end
121
+ end
122
+ end
123
+
124
+ action :install, description: "Install a compiled module into the system." do
125
+ raise "Module must be compiled before it can be installed, no 'pp' file found at: '#{selinux_module_filepath("pp")}'" unless ::File.exist?(selinux_module_filepath("pp"))
126
+
127
+ unless list_installed_modules.include? new_resource.module_name
128
+ converge_by "Install SELinux module #{selinux_module_filepath("pp")}" do
129
+ shell_out!("semodule", "--install", selinux_module_filepath("pp"))
130
+ end
131
+ end
132
+ end
133
+
134
+ action :remove, description: "Remove a module from the system." do
135
+ if list_installed_modules.include? new_resource.module_name
136
+ converge_by "Remove SELinux module #{new_resource.module_name}" do
137
+ shell_out!("semodule", "--remove", new_resource.module_name)
138
+ end
139
+ end
140
+ end
141
+ end
142
+ end
143
+ end
@@ -0,0 +1,64 @@
1
+ #
2
+ # Licensed under the Apache License, Version 2.0 (the "License");
3
+ # you may not use this file except in compliance with the License.
4
+ # You may obtain a copy of the License at
5
+ #
6
+ # http://www.apache.org/licenses/LICENSE-2.0
7
+ #
8
+ # Unless required by applicable law or agreed to in writing, software
9
+ # distributed under the License is distributed on an "AS IS" BASIS,
10
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ # See the License for the specific language governing permissions and
12
+ # limitations under the License.
13
+
14
+ require_relative "../resource"
15
+
16
+ class Chef
17
+ class Resource
18
+ class SelinuxPermissive < Chef::Resource
19
+ unified_mode true
20
+
21
+ provides :selinux_permissive
22
+
23
+ description "Use **selinux_permissive** resource to allows some types to misbehave without stopping them. Not as good as specific policies, but better than disabling SELinux entirely."
24
+ introduced "18.0"
25
+ examples <<~DOC
26
+ **Disable enforcement on Apache**:
27
+
28
+ ```ruby
29
+ selinux_permissive 'httpd_t' do
30
+ notifies :restart, 'service[httpd]'
31
+ end
32
+ ```
33
+ DOC
34
+
35
+ property :context, String,
36
+ name_property: true,
37
+ description: "The SELinux context to permit."
38
+
39
+ action_class do
40
+ def current_permissives
41
+ shell_out!("semanage permissive -ln").stdout.split("\n")
42
+ end
43
+ end
44
+
45
+ # Create if doesn't exist, do not touch if permissive is already registered (even under different type)
46
+ action :add, description: "Add a permissive, unless already set." do
47
+ unless current_permissives.include? new_resource.context
48
+ converge_by "adding permissive context #{new_resource.context}" do
49
+ shell_out!("semanage permissive -a '#{new_resource.context}'")
50
+ end
51
+ end
52
+ end
53
+
54
+ # Delete if exists
55
+ action :delete, description: "Remove a permissive, if set." do
56
+ if current_permissives.include? new_resource.context
57
+ converge_by "deleting permissive context #{new_resource.context}" do
58
+ shell_out!("semanage permissive -d '#{new_resource.context}'")
59
+ end
60
+ end
61
+ end
62
+ end
63
+ end
64
+ end
@@ -0,0 +1,118 @@
1
+ #
2
+ # Licensed under the Apache License, Version 2.0 (the "License");
3
+ # you may not use this file except in compliance with the License.
4
+ # You may obtain a copy of the License at
5
+ #
6
+ # http://www.apache.org/licenses/LICENSE-2.0
7
+ #
8
+ # Unless required by applicable law or agreed to in writing, software
9
+ # distributed under the License is distributed on an "AS IS" BASIS,
10
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ # See the License for the specific language governing permissions and
12
+ # limitations under the License.
13
+
14
+ require_relative "../resource"
15
+ require_relative "selinux/common_helpers"
16
+
17
+ class Chef
18
+ class Resource
19
+ class SelinuxPort < Chef::Resource
20
+ unified_mode true
21
+
22
+ provides :selinux_port
23
+
24
+ description "Use **selinux_port** resource to allows assigning a network port to a certain SELinux context, e.g. for running a webserver on a non-standard port."
25
+ introduced "18.0"
26
+ examples <<~DOC
27
+ **Allow nginx/apache to bind to port 5678 by giving it the http_port_t context**:
28
+
29
+ ```ruby
30
+ selinux_port '5678' do
31
+ protocol 'tcp'
32
+ secontext 'http_port_t'
33
+ end
34
+ ```
35
+ DOC
36
+
37
+ property :port, [Integer, String],
38
+ name_property: true,
39
+ regex: /^\d+$/,
40
+ description: "Port to modify."
41
+
42
+ property :protocol, String,
43
+ equal_to: %w{tcp udp},
44
+ required: %i{manage add modify},
45
+ description: "Protocol to modify."
46
+
47
+ property :secontext, String,
48
+ required: %i{manage add modify},
49
+ description: "SELinux context to assign to the port."
50
+
51
+ action_class do
52
+ include Chef::SELinux::CommonHelpers
53
+ def current_port_context
54
+ # use awk to see if the given port is within a reported port range
55
+ shell_out!(
56
+ <<~CMD
57
+ seinfo --portcon=#{new_resource.port} | grep 'portcon #{new_resource.protocol}' | \
58
+ awk -F: '$(NF-1) !~ /reserved_port_t$/ && $(NF-3) !~ /[0-9]*-[0-9]*/ {print $(NF-1)}'
59
+ CMD
60
+ ).stdout.split
61
+ end
62
+ end
63
+
64
+ action :manage, description: "Assign the port to the right context regardless of previous state." do
65
+ run_action(:add)
66
+ run_action(:modify)
67
+ end
68
+
69
+ action :addormodify, description: "Assigns the port context if not set. Updates the port context if previously set." do
70
+ Chef::Log.warn("The :addormodify action for selinux_port is deprecated and will be removed in a future release. Use the :manage action instead.")
71
+ run_action(:manage)
72
+ end
73
+
74
+ # Create if doesn't exist, do not touch if port is already registered (even under different type)
75
+ action :add, description: "Assign the port context if not set." do
76
+ if selinux_disabled?
77
+ Chef::Log.warn("Unable to add SELinux port #{new_resource.name} as SELinux is disabled")
78
+ return
79
+ end
80
+
81
+ if current_port_context.empty?
82
+ converge_by "Adding context #{new_resource.secontext} to port #{new_resource.port}/#{new_resource.protocol}" do
83
+ shell_out!("semanage port -a -t '#{new_resource.secontext}' -p #{new_resource.protocol} #{new_resource.port}")
84
+ end
85
+ end
86
+ end
87
+
88
+ # Only modify port if it exists & doesn't have the correct context already
89
+ action :modify, description: "Update the port context if previously set." do
90
+ if selinux_disabled?
91
+ Chef::Log.warn("Unable to modify SELinux port #{new_resource.name} as SELinux is disabled")
92
+ return
93
+ end
94
+
95
+ if !current_port_context.empty? && !current_port_context.include?(new_resource.secontext)
96
+ converge_by "Modifying context #{new_resource.secontext} to port #{new_resource.port}/#{new_resource.protocol}" do
97
+ shell_out!("semanage port -m -t '#{new_resource.secontext}' -p #{new_resource.protocol} #{new_resource.port}")
98
+ end
99
+ end
100
+ end
101
+
102
+ # Delete if exists
103
+ action :delete, description: "Removes the port context if set." do
104
+ if selinux_disabled?
105
+ Chef::Log.warn("Unable to delete SELinux port #{new_resource.name} as SELinux is disabled")
106
+ return
107
+ end
108
+
109
+ unless current_port_context.empty?
110
+ converge_by "Deleting context from port #{new_resource.port}/#{new_resource.protocol}" do
111
+ shell_out!("semanage port -d -p #{new_resource.protocol} #{new_resource.port}")
112
+ end
113
+ end
114
+ end
115
+
116
+ end
117
+ end
118
+ end