summaryrefslogtreecommitdiff
path: root/tests/securityselinuxtest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove unused includesPeng Liang2022-06-161-3/+0
* lib: Use g_autoptr() for virDomainDefMichal Privoznik2021-12-031-5/+3
* conf: Store SCSI bus length in virDomainDefMichal Privoznik2021-08-161-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-7/+7
* tests: use g_new0 instead of VIR_ALLOC_NJán Tomko2020-09-231-2/+1
* tests: use g_new0 instead of VIR_ALLOCJán Tomko2020-09-231-2/+1
* meson: remove '.libs' from all relevant pathsPavel Hrdina2020-08-031-1/+1
* Substitute security_context_t with char *Michal Privoznik2020-07-151-1/+1
* tests: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-8/+5
* tests: use G_GNUC_UNUSEDJán Tomko2019-10-151-1/+1
* Revert "security_manager: Load lock plugin on init"Michal Privoznik2018-11-161-1/+1
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-2/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* security_manager: Load lock plugin on initMichal Privoznik2018-09-181-1/+1
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-12/+12
* tests: Fix leak in securityselinuxtestJohn Ferlan2017-08-231-1/+2
* Fix building domain def in securityselinuxtestJim Fehlig2017-08-211-5/+8
* securityselinuxtest: Don't leak @mgrMichal Privoznik2017-08-101-0/+1
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-13/+13
* tests: More usage of virGetLastErrorMessage()Jovanka Gulicoska2016-05-191-4/+2
* virSecurityManagerNew: Turn array of booleans into flagsMichal Privoznik2015-10-071-1/+3
* virSecurityManager: Track if running as privilegedMichal Privoznik2015-09-151-1/+1
* conf: Allocate domain definition with the new helperPeter Krempa2015-02-201-1/+1
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-2/+2
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* tests: SELinux tests do not need to be skippedMichael Chapman2014-03-071-3/+0
* Remove test case average timingDaniel P. Berrange2013-10-081-1/+1
* Adapt to VIR_ALLOC and virAsprintf in tests/*Michal Privoznik2013-07-101-5/+3
* selinux: assume 's0' if the range is emptyJán Tomko2013-06-111-0/+6
* tests: fix typo in securityselinuxtestJán Tomko2013-06-041-1/+1
* util: move virFile* functions from virutil.c to virfile.cLaine Stump2013-05-101-0/+1
* Adapt to VIR_STRDUP and VIR_STRNDUP in tests/*Michal Privoznik2013-05-101-4/+5
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-2/+1
* Fix parsing of SELinux ranges without a categoryDaniel P. Berrange2013-03-141-0/+12
* tests: uniformly report test failuresEric Blake2013-02-251-3/+3
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Fix SELinux security label testDaniel P. Berrange2012-12-191-0/+1
* selinux: Use raw contextsMartin Kletzander2012-10-121-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-2/+1
* Add test case for SELinux label generationDaniel P. Berrange2012-08-211-0/+327