aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add <seclabel> to character devices.Richard W.M. Jones2012-09-211-26/+64
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-2015-15/+15
* security: Don't ignore errors when parsing DAC security labelsPeter Krempa2012-09-201-34/+61
* security: Re-apply commit ce53382ba28179d3a504b29b4f888b6e130d53f0Peter Krempa2012-08-301-2/+4
* Fix configuration of QEMU security driversDaniel P. Berrange2012-08-303-36/+18
* Revert "security: Add DAC to security_drivers"Peter Krempa2012-08-291-2/+0
* security: remove dead code from virSecurityDACGenLabelAlex Jia2012-08-291-1/+0
* security_dac: Don't return uninitialised uid and gid for image labelsPeter Krempa2012-08-291-1/+1
* security_dac: Don't return uninitialised value when parsing seclabelsPeter Krempa2012-08-281-1/+1
* security_dac: Avoid segfault when no label is requestedPeter Krempa2012-08-281-1/+2
* security: Add DAC to security_driversMichal Privoznik2012-08-241-0/+2
* Fix parsing of uid/gid on Mingw32Daniel P. Berrange2012-08-211-6/+6
* Honour current sensitivity and category ranges in SELinux label generationDaniel P. Berrange2012-08-211-6/+107
* Fix regression generating image contextDaniel P. Berrange2012-08-211-1/+1
* Update security layer to handle many security labelsMarcelo Cerri2012-08-207-242/+814
* Internal refactory of data structuresMarcelo Cerri2012-08-202-74/+82
* selinux: Fix incorrect object label generation.Viktor Mihajlovski2012-08-201-6/+11
* Pull code which finds a free MCS label out into its own methodDaniel P. Berrange2012-08-141-28/+47
* Honour current user and role in SELinux label generationDaniel P. Berrange2012-08-141-1/+35
* Fix error reporting in virSecuritySELinuxGenNewContextDaniel P. Berrange2012-08-141-30/+37
* Use VIR_ERR_CONFIG_UNSUPPORTED if requested security driver is disabledDaniel P. Berrange2012-08-141-0/+6
* Add missing domain_conf.h include in security_manager.hDaniel P. Berrange2012-08-141-0/+2
* virrandom: make virRandomInitialize an automatic one-shotEric Blake2012-08-061-3/+0
* security: Skip labeling resources when seclabel defaults to noneJiri Denemark2012-07-271-2/+4
* maint: Use consistent copyright.Osier Yang2012-07-271-1/+13
* Desert the FSF address in copyrightOsier Yang2012-07-2314-17/+71
* Use a hash table for storing MCS labelsDaniel P. Berrange2012-07-201-51/+31
* Fix error handling when adding MCS labelsDaniel P. Berrange2012-07-201-9/+32
* Use standard naming prefix for SELinux driver function namesDaniel P. Berrange2012-07-201-204/+212
* Replace use of virSecurityReportError with virReportErrorDaniel P. Berrange2012-07-205-133/+130
* po: avoid spurious double spaces in messagesEric Blake2012-07-181-4/+4
* Remove last usage of PATH_MAX and ban its future useDaniel P. Berrange2012-05-281-2/+2
* security: Switch to C99-style struct initializationMichal Privoznik2012-05-245-130/+129
* Fix build compat with older libselinux for LXCDaniel P. Berrange2012-05-161-3/+16
* Add security driver APIs for getting mount optionsDaniel Walsh2012-05-168-3/+97
* Add support for LXC specific SELinux configurationDaniel Walsh2012-05-161-1/+79
* Use private data struct in SELinux driverDaniel Walsh2012-05-161-61/+104
* Don't enable the AppArmour security driver with LXCDaniel Walsh2012-05-161-1/+4
* Pass the virt driver name into security driversDaniel Walsh2012-05-169-12/+31
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-3/+3
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-1/+1
* build: use correct type for pid and similar typesEric Blake2012-03-021-11/+16
* security: Driver 'none' cannot create confined guestsJiri Denemark2012-02-081-0/+20
* apparmor: Add missing commaJiri Denemark2012-02-061-1/+1
* qemu: eliminate "Ignoring open failure" when using root-squash NFSLaine Stump2012-02-033-1/+13
* Add two new security label typesDaniel P. Berrange2012-02-023-13/+78
* apparmor: Fix use of uninitialized random_dataJiri Denemark2012-01-271-0/+4
* Introduce new API for generating random numbersDaniel P. Berrange2012-01-261-2/+3
* apparmor: Mark pid parameter as unusedJiri Denemark2012-01-111-1/+1
* Change security driver APIs to use virDomainDefPtr instead of virDomainObjPtrDaniel P. Berrange2012-01-118-336/+345