> 5) How to Continue Using Deepin on openSUSE
> Given ..., we don’t recommend to use the Deepin desktop at this time. If you still ... then you can add the Deepin devel project repositories to your system...
A Linux distribution is supposed to be more coherent and vetted than an app store. This... does not inspire confidence.
And not all packages require auditing. The primary concern here lies with D-Bus services. Many D-Bus services need to run as root while allowing non-root users to access them. This enables users to perform tasks such as mounting or unmounting block devices without relying on SUID or sudo.
Such services are often referred to as "security boundaries", because they help isolate different privilege levels. Thus, security of those service is vital, especially in enterprise-oriented distributions.
As somebody that doesn't write code for a living (i manage infrastructure)... besides common sense, where would one start looking in order to learn "security culture" ?
https://www.fortinet.com/resources/cyberglossary/shift-left-...
Follow up reading CIS and related reasonings.
https://www.cisecurity.org/cis-benchmarks
There are also some Linux Plumers, NDC and Devvoxx talks on security.