Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RHEL-15110: Fix issue with registration using gsd-subman
* We were too agresive, when we fixed CVE in this PR: #3317 * It is still safe to allow non-root user to create abstract socket using Start() on interface com.redhat.RHSM1.RegisterServer and destroy it later using Stop(). This abstract socket could be later used by root user for calling e.g. Register() on interface com.redhat.RHSM1.Register. This is way how it works for gsd-subman (run by non-root user) and gsd-subman-helper (run by root user).
- Loading branch information