summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2014-01-10MSM: fix access type length and validationJarkko Sakkinen2-2/+3
2013-12-20Security plugin: change policy to advisoryJarkko Sakkinen1-19/+29
2013-12-04Security plugin: adding support for l access typeElena Reshetova1-1/+1
2013-12-03Security plugin: removing exec label restrictionElena Reshetova1-0/+2
2013-11-15msm: check libxml/{xmlreader,tree}.hAdrian Negreanu1-1/+2
2013-09-27Security plugin: plugin hooks code refactoring and improvmentElena Reshetova5-341/+400
2013-08-20Security plugin: adding checking of return code for dbus policy verificationElena Reshetova2-35/+37
2013-08-19Security plugin: small fixesElena Reshetova2-52/+1
2013-08-07Security plugin: removing disable-dchecks optionElena Reshetova2-24/+0
2013-08-05Security plugin: support for --root optionElena Reshetova3-38/+113
2013-08-05Security plugin: pkg_name allocation in conflictElena Reshetova1-6/+9
2013-08-05Security plugin: allowing multiple domains definitionElena Reshetova4-122/+170
2013-05-31Security plugin: Adding configuration option --disable-dchecksElena Reshetova2-5/+33
2013-05-31Security-plugin: Fix the null pointer comparisonElena Reshetova1-3/+4
2013-04-22Cleaning up code identationElena Reshetova5-1437/+1337
2013-04-18Fix the missing path prefix for Plugin init hookElena Reshetova1-13/+51
2013-04-17Fixes to rpm security pluginElena Reshetova3-16/+36
2013-03-26init message testElena Reshetova1-1/+1
2013-03-26Changing smack load pathElena Reshetova1-1/+1
2013-03-12Adding a new attribute tag to manifestElena Reshetova3-5/+65
2013-02-04Moving some plugin info prints to debugElena Reshetova2-45/+45
2013-02-02fixing error in cleanup if magic db can't be loadedElena Reshetova1-0/+1
2013-02-02Adding security msm pluginElena Reshetova8-0/+4500
2013-02-02Making pre/post tsm/psm hooks more consistent.Elena Reshetova1-2/+2
2013-02-02Improving scriptlet related rpm plugin hooks.Elena Reshetova1-2/+4
2013-02-02Extending rpm plugin interface, part 1Elena Reshetova1-0/+14
2012-10-11Eliminate now unnecessary WITH_SELINUX conditionals in sepolicy pluginPanu Matilainen1-22/+3
2012-10-11Only try compiling sepolicy plugin if selinux is enabledPanu Matilainen1-1/+4
2012-01-12remove the 'path' parameter of rpmtsSELabelInit()Ales Kozumplik1-1/+1
2012-01-12selinux: reopen label between transactions if necessary (RhBug: 746073)Ales Kozumplik1-1/+1
2011-11-09Make base64 encoding/decoding part of rpmio public APIPanu Matilainen1-2/+2
2011-09-01Fix up one strict-prototype warning that has crept in meantimePanu Matilainen1-1/+1
2011-05-30Remove trailing dead NULL-assignments from sepoltransFree()Panu Matilainen1-2/+3
2011-05-30Minor cleanups to sepolLoadPolicies() in sepolicy pluginPanu Matilainen1-14/+7
2011-05-30Return explicit NULL on sepoltransNew() failurePanu Matilainen1-2/+2
2010-12-22Only sepolicy-plugin needs linking to libsemanagePanu Matilainen1-1/+1
2010-12-21Move rpmtsSELabelFoo() functions to an internal-only headerPanu Matilainen1-0/+1
2010-10-12Move plugins out of rpm config directoryPanu Matilainen1-1/+1
2010-09-21Fix up bunch of silly int vs rpmRC return code mismatchesPanu Matilainen2-3/+3
2010-09-01Add SELinux policy pluginSteve Lawrence2-1/+684
2010-09-01Update the plugin architecture to allow for remembering stateSteve Lawrence4-18/+40
2010-06-23Make rpmChrootIn/Out() accessible to pluginsPanu Matilainen1-1/+1
2010-06-22Add a generic plugin for use by simple CollectionsSteve Lawrence3-0/+63