summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the strange include pre-build install machineryPanu Matilainen2022-03-101-1/+1
* Use proper addressing for our public headers everywherePanu Matilainen2022-03-102-5/+5
* Rename pgpHexStr() to rpmhex(), but preserve ABI for nowPanu Matilainen2022-02-251-1/+1
* ima: Install on filesystems without xattr support without failingDarren Kenny2022-02-231-2/+6
* Pass file descriptor to file prepare plugin hook, use when possiblePanu Matilainen2022-02-164-16/+18
* Fix missing includes revealed by c2ef4dd2a7f8cfe3cf305591ffef593621dc9be2Panu Matilainen2021-11-182-1/+3
* Include rpmpgp.h only where it is actually neededJustus Winter2021-11-175-0/+9
* Add dbus-announce pluginFlorian Festi2021-08-123-0/+161
* Fix resource leaks in fapolicyd pluginRadovan Sroka2021-03-101-1/+3
* Added fapolicyd rpm pluginRadovan Sroka2021-01-282-0/+195
* Stop using deprecated security_context_tPanu Matilainen2020-10-281-2/+2
* fsverity plugin: Use tag for algorithmJes Sorensen2020-09-041-2/+6
* plugins/fsverity: Install fsverity signaturesJes Sorensen2020-09-042-0/+183
* Use common error logic regardless of setexecfilecon() availabilityPanu Matilainen2020-02-191-23/+21
* Fix a minor memory leak on suppressed inhibition lock warning messagePanu Matilainen2020-01-291-4/+6
* Silence spurious error message from lsetfilecon() on -EOPNOTSUPPPanu Matilainen2019-12-131-3/+4
* Revert "Fully shutdown DBUS on systemd_inhibit cleanup (RhBug:1714657)"Panu Matilainen2019-10-161-6/+0
* Fix suspicious condition in selinux pluginPanu Matilainen2019-10-071-1/+1
* Suppress inhibition lock warning message when DBus service is not availableShogo Matsumoto2019-09-181-1/+3
* Fully shutdown DBUS on systemd_inhibit cleanup (RhBug:1714657)Panu Matilainen2019-05-291-0/+6
* Add plugin for logging audit events for package operations as per OSPP v4.2Panu Matilainen2019-04-092-0/+106
* Log RPMLOG_ERR level messages on actual errors in selinux plugin, doh.Panu Matilainen2019-02-141-10/+9
* Fix testing for wrong variable in selinux plugin debug logPanu Matilainen2018-10-101-1/+1
* ima: Also apply signatures to config filesStefan Berger2018-02-121-3/+17
* Test for lsetxattr() presence, don't try building IMA plugin without itPanu Matilainen2017-10-271-0/+2
* fix memleak in systemd_inhibit pluginPer Øyvind Karlsen2017-04-271-1/+3
* Include system.h in ima and syslog pluginsGleb Fotengauer-Malinovskiy2017-03-242-0/+4
* Fix Large File Support (LFS) in sepdebugcrcfix tool and systemd_inhibit.so pl...Gleb Fotengauer-Malinovskiy2017-03-241-0/+2
* Move scriptlet priority reset to a pluginPanu Matilainen2017-03-102-0/+54
* selinux: use string_to_security_class() instead of class IDDavide Cavalca2017-02-081-1/+1
* Define AM_CFLAGS inside the Makefile.am files themselves.Mark Wielaard2016-12-091-0/+1
* Better diagnostics for systemd inhibit problemsPanu Matilainen2016-10-111-5/+7
* ima-plugin: Move the IMA plugin to the fsm_file_prepare hookStefan Berger2016-10-101-20/+26
* ima-plugin: Have executable configuration files signedStefan Berger2016-10-101-7/+12
* Remove leftover include of <selinux/flask.h>Panu Matilainen2016-10-031-1/+0
* Fix handling of zero-length file digestsStefan Berger2016-04-291-1/+24
* Display message when a hook function of some plugin fails (rhbz:1262424)Lubos Kardos2016-03-071-0/+3
* Also block idle and sleep in the systemd-inhibit pluginFlorian Festi2016-02-191-1/+1
* Permit scriptlet exec context setting to fail in non-enforcing modesFlorian Festi2015-10-121-3/+3
* Fix file signatures not installingFionnuala Gunter2015-09-011-8/+1
* IMA plugin labels ima xattr with file signaturesfin@linux.vnet.ibm.com2015-08-122-0/+55
* Use setexecfilecon() from libselinux instead of ad-hoc codeGuillem Jover2015-02-161-1/+14
* Do not load the systemd_inhibit plugin if not booted with systemd.Dimitri John Ledkov2014-10-301-0/+17
* Drop the experimental collection supportPanu Matilainen2014-06-173-706/+1
* And now that we finally can, pass rpmfi to plugin hooks when availablePanu Matilainen2014-03-051-1/+1
* Permit scriptlet exec context setting to fail in non-enforcing modesPanu Matilainen2013-04-051-0/+4
* Rename all hook functions for saner debuggingPanu Matilainen2013-04-055-38/+38
* Eliminate redundant name variable from sepolicy pluginPanu Matilainen2013-04-031-5/+2
* Drop now redundant name and opts arguments to plugin init hookPanu Matilainen2013-04-032-4/+2
* Change syslog plugin to use plugin private data instead of globalsPanu Matilainen2013-04-031-17/+31