summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Eliminate now unnecessary init + cleanup hooks in exec pluginPanu Matilainen2013-04-031-20/+3
* Pass the handle to plugin itself to all plugin hooksPanu Matilainen2013-04-035-22/+28
* Separate the external plugin API to its own headerPanu Matilainen2013-04-035-5/+5
* Plugin cleanup hook is not allowed to failPanu Matilainen2013-04-033-6/+3
* Remove unused init + cleanup hooks in selinux and systemd inhibit pluginsPanu Matilainen2013-04-032-24/+0
* Restore former behavior of ignoring selinux label "not found" errorsPanu Matilainen2013-04-021-1/+5
* Further adjust our plugins wrt the new hook systemPanu Matilainen2013-03-317-74/+45
* Revamp the way plugin hooks discovered and called, adjust pluginsPanu Matilainen2013-03-315-32/+41
* First cut at a simple syslog pluginPanu Matilainen2013-03-282-0/+101
* Fix segfault in selinux plugin when labeling is disabledPanu Matilainen2013-03-271-1/+1
* Eliminate built-in selinux support. RIP.Panu Matilainen2013-03-211-4/+5
* First cut at selinux plugin to replace the in-core selinux supportPanu Matilainen2013-03-212-0/+183
* Add fsm file prepare plugin hookPanu Matilainen2013-03-211-0/+1
* Replace separate action + type to plugins with single rpmFileOp argumentPanu Matilainen2013-03-211-2/+2
* Adding FSM file hooksElena Reshetova2013-02-221-0/+6
* On a second thought, rename block_shutdown plugin to systemd_inhibitPanu Matilainen2013-01-212-4/+4
* First cut at shutdown prevention pluginPanu Matilainen2013-01-152-0/+107
* Making pre/post tsm/psm hooks more consistent.Elena Reshetova2012-12-051-2/+2
* Improving scriptlet related rpm plugin hooks.Elena Reshetova2012-11-291-2/+4
* Revert "Improving script related rpm plugin hooks."Panu Matilainen2012-11-261-2/+1
* Improving script related rpm plugin hooks.Elena Reshetova2012-11-231-1/+2
* Extending rpm plugin interface, part 1Elena Reshetova2012-11-081-0/+14
* Eliminate now unnecessary WITH_SELINUX conditionals in sepolicy pluginPanu Matilainen2012-10-111-22/+3
* Only try compiling sepolicy plugin if selinux is enabledPanu Matilainen2012-10-111-1/+4
* remove the 'path' parameter of rpmtsSELabelInit()Ales Kozumplik2012-01-121-1/+1
* selinux: reopen label between transactions if necessary (RhBug: 746073)Ales Kozumplik2012-01-121-1/+1
* Make base64 encoding/decoding part of rpmio public APIPanu Matilainen2011-11-091-2/+2
* Fix up one strict-prototype warning that has crept in meantimePanu Matilainen2011-09-011-1/+1
* Remove trailing dead NULL-assignments from sepoltransFree()Panu Matilainen2011-05-301-2/+3
* Minor cleanups to sepolLoadPolicies() in sepolicy pluginPanu Matilainen2011-05-301-14/+7
* Return explicit NULL on sepoltransNew() failurePanu Matilainen2011-05-301-2/+2
* Only sepolicy-plugin needs linking to libsemanagePanu Matilainen2010-12-221-1/+1
* Move rpmtsSELabelFoo() functions to an internal-only headerPanu Matilainen2010-12-211-0/+1
* Move plugins out of rpm config directoryPanu Matilainen2010-10-121-1/+1
* Fix up bunch of silly int vs rpmRC return code mismatchesPanu Matilainen2010-09-212-3/+3
* Add SELinux policy pluginSteve Lawrence2010-09-012-1/+684
* Update the plugin architecture to allow for remembering stateSteve Lawrence2010-09-014-18/+40
* Make rpmChrootIn/Out() accessible to pluginsPanu Matilainen2010-06-231-1/+1
* Add a generic plugin for use by simple CollectionsSteve Lawrence2010-06-223-0/+63