Dalibor Pospíšil
Dalibor Pospíšil
It would be nice to have a possibility to define interval differently according to age of the apps notification. Missed Message Flasher use this feature which is really nice. Particularly...
It would be nice to be able to notify all apps nitifications except those I explicitly disable. Could be implemented as by checkbox which would change the logic of selected...
It would be nice to have possibility to see apps with ongoing notifications instead of scrolling through list fo all apps. It would help a lot in case of disabling...
This patch allows to identify the current rules are still the default ones. If so, the rules are to be updated automatically by rpm. The same applies to package removal....
Would it make sense not to define the decision log target in the rules themselves but use a common decision `deny_log` and maybe even `allow_log` and using a general configuration...
The idea is to separate the trustdb build from the trustdb usage. I.e. the trustdb should be built by `fapolicy-cli` / `rpm-plugin` / a library function and then the running...
Having the exclude list configurable will allow us to easily enable things like /usr/share/git-core/templates/hooks or even exclude a specific file form being added to the trustdb thus effectively deny that...
I have an application [1] which besides its own "local" sources uses also external sources to either build a specific sub-package or to bundle some other stuff with it. Packit...
I noticed that there's a different approach to configure RELP vs TCP/UDP even though it is quite similar. E.g. different port(s) definition, different keys definition. Theoretically, there should be just...
Example: imagine this metadata: ```yaml /old-syntax: environment+: rsyslogSyntax: old /x509_name: extra-summary: CONDITIONAL_PHASES_BL=ossl rsyslogSyntax=old /rsyslog/Sanity/gnutls-openssl /new-syntax: environment+: rsyslogSyntax: new /x509_name: extra-summary: CONDITIONAL_PHASES_BL=ossl rsyslogSyntax=new /rsyslog/Sanity/gnutls-openssl ``` to simplify it one could use...