Project

General

Profile

Actions

Bug #19764

closed

Architecture #19746: Move SELinux policy application into postinst script

Bug #19760: Don't reset permission on root.pem

Incorrect permissions on relay certificates

Added by Alexis Mousset over 2 years ago. Updated over 2 years ago.

Status:
Released
Priority:
N/A
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:

Description

RHEL8:

drwxr-x---. 2 root rudder system_u:object_r:var_t:s0                        140 Aug 12 09:08 .
drwxr-xr-x. 4 root root   system_u:object_r:var_t:s0                         30 Aug 12 08:57 ..
-rw-r--r--. 1 root root   system_u:object_r:var_t:s0                          0 Aug 12 08:35 .placeholder
-rw-rw----. 1 root rudder system_u:object_r:rudder_relayd_var_lib_t:s0     2.0K Aug 12 09:08 allnodescerts.pem
-rw-r-----. 1 root root   unconfined_u:object_r:rudder_relayd_var_lib_t:s0 2.0K Aug 12 08:57 nodescerts.pem
lrwxrwxrwx. 1 root root   unconfined_u:object_r:var_t:s0                      8 Aug 12 09:03 policy_server.pem -> root.pem
-rw-------. 1 root root   unconfined_u:object_r:var_t:s0                     53 Aug 12 09:01 policy_server_hash
-rw-------. 1 root root   unconfined_u:object_r:var_t:s0                   2.0K Aug 12 09:03 root.pem

Debian 10:

drwxr-x--- 2 root rudder 4.0K Aug 12 10:00 .
drwxr-xr-x 4 root root   4.0K Aug 12 09:51 ..
-rw-r--r-- 1 root root      0 Nov 22  2017 .placeholder
-rw-rw---- 1 root rudder 2.0K Aug 12 09:55 allnodescerts.pem
-rw-r----- 1 root root   2.0K Aug 12 09:55 nodescerts.pem
lrwxrwxrwx 1 root root      8 Aug 12 09:55 policy_server.pem -> root.pem
-rw------- 1 root root     53 Aug 12 09:54 policy_server_hash
-rw------- 1 root root   2.0K Aug 12 10:00 root.pem

Contexts in the policy are:

/var/rudder/lib/ssl/allnodescerts.pem -- gen_context(system_u:object_r:rudder_relayd_var_lib_t,s0)
/var/rudder/lib/ssl/nodescerts.pem    -- gen_context(system_u:object_r:rudder_relayd_var_lib_t,s0)
/var/rudder/lib/ssl/root.pem          -- gen_context(system_u:object_r:rudder_relayd_var_lib_t,s0)
/var/rudder/lib/ssl/policy_server.pem -- gen_context(system_u:object_r:rudder_relayd_var_lib_t,s0)
  • allnodescerts.pem is written directly by the webapp, it needs to be readable by rudder-relayd.
  • nodescerts.pem is copied and perms are set permissions("${nodes_certs}", "640", "root", "0"). It needs to be readable by httpd and (since 7.0) rudder-relayd
  • root.pem and policy_server.pem (introduced in 7.0) are copied by the agent and perms are set permissions_dirs("${g.rudder_var}/lib/ssl/", "640", "root", "rudder"). They need to be readable by rudder-relayd.

Subtasks 1 (0 open1 closed)

Bug #19765: Incorrect permissions on relay certificates - SELinuxReleasedNicolas CHARLESActions
Actions #1

Updated by Alexis Mousset over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Alexis Mousset over 2 years ago

  • Description updated (diff)
Actions #3

Updated by Alexis Mousset over 2 years ago

  • Description updated (diff)
  • Assignee set to Alexis Mousset
Actions #4

Updated by Alexis Mousset over 2 years ago

  • Description updated (diff)
Actions #5

Updated by Alexis Mousset over 2 years ago

  • Description updated (diff)
Actions #6

Updated by Alexis Mousset over 2 years ago

  • Status changed from New to In progress
Actions #7

Updated by Alexis Mousset over 2 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Alexis Mousset to Nicolas CHARLES
  • Pull Request set to https://github.com/Normation/rudder-techniques/pull/1714
Actions #8

Updated by Alexis Mousset over 2 years ago

  • Status changed from Pending technical review to Pending release
Actions #9

Updated by Vincent MEMBRÉ over 2 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 7.0.0~beta1 which was released today.

Actions

Also available in: Atom PDF