summaryrefslogtreecommitdiff
path: root/src/security/security_stack.c
Commit message (Expand)AuthorAgeFilesLines
* security: make it possible to set SELinux label of child process from its binaryLaine Stump2023-03-101-1/+4
* security: Extend TPM label APIsMichal Privoznik2022-12-051-5/+7
* security: Remove unused includesPeng Liang2022-06-071-1/+0
* qemu: Set label on vhostuser net device when hotpluggingJim Fehlig2021-08-261-0/+52
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-174/+172
* lib: Put some variable declarations on individual linesMichal Privoznik2021-03-151-1/+2
* security: use g_new0 instead of VIR_ALLOC*Ján Tomko2020-10-011-4/+2
* secdrivers: Rename @stdin_path argument of virSecurityDomainSetAllLabel()Michal Privoznik2020-07-101-2/+2
* security: Reintroduce virSecurityManager{Set,Restore}SavedStateLabelMichal Privoznik2020-07-101-0/+51
* security: Rename virSecurityManagerRestoreSavedStateLabel()Michal Privoznik2020-06-181-20/+20
* security: Drop unused virSecurityManagerSetSavedStateLabel()Michal Privoznik2020-06-181-32/+0
* security: Introduce virSecurityManagerDomainSetPathLabelROMichal Privoznik2020-04-171-0/+21
* security: use G_GNUC_UNUSEDJán Tomko2019-10-151-4/+4
* security_stack: Perform rollback if one of stacked drivers failsMichal Privoznik2019-10-141-36/+176
* security_stack: Turn list of nested drivers into a doubly linked listMichal Privoznik2019-10-141-0/+2
* security: Pass @migrated to virSecurityManagerSetAllLabelMichal Privoznik2019-10-141-2/+4
* security: Introduce virSecurityManagerMoveImageMetadataMichal Privoznik2019-07-031-0/+20
* security: Remove security driver internals for disk labelingPeter Krempa2019-01-301-43/+7
* virSecurityManagerTransactionCommit: Do metadata locking iff enabled in configMichal Privoznik2018-11-161-2/+3
* security: Label the external swtpm with SELinux labelsStefan Berger2018-06-061-0/+40
* security: full path option for DomainSetPathLabelChristian Ehrhardt2018-01-091-2/+3
* security: introduce virSecurityManager(Set|Restore)ChardevLabelPavel Hrdina2017-12-051-0/+43
* security: Introduce functions for input device hot(un)plugJán Tomko2017-11-241-0/+38
* security: don't relabel chardev source if virtlogd is used as stdio handlerPavel Hrdina2017-06-161-4/+8
* lib: Fix c99 style commentsMichal Privoznik2017-04-271-4/+4
* security: Introduce internal APIs for memdev labellingMichal Privoznik2017-03-151-0/+38
* security driver: Introduce transaction APIsMichal Privoznik2017-01-101-0/+49
* security: Drop virSecurityManagerSetHugepagesMichal Privoznik2016-12-081-19/+0
* security: Rename DomainSetDirLabel to DomainSetPathLabelMartin Kletzander2016-04-181-6/+6
* security_stack: remove extra Security from function namesJán Tomko2015-12-151-34/+34
* security_stack: Add SetDirLabel supportMartin Kletzander2015-08-241-0/+20
* security: Introduce APIs to label single imagesPeter Krempa2014-07-091-0/+38
* security: Fix header formatting of a few functionsPeter Krempa2014-06-261-2/+2
* security: Rename virSecurityManagerRestoreImageLabel to *Disk*Peter Krempa2014-06-261-5/+5
* security: Rename virSecurityManagerSetImageLabel to *Disk*Peter Krempa2014-06-201-5/+5
* security: Sanitize type of @migrated in virSecurityManagerRestoreAllLabelPeter Krempa2014-06-201-1/+1
* Use K&R style for curly braces in remaining filesMartin Kletzander2014-03-201-3/+5
* maint: avoid further typedef accidentsEric Blake2013-10-301-1/+1
* security: add new internal function "virSecurityManagerGetBaseLabel"Giuseppe Scrivano2013-10-291-0/+9
* security: fix deadlock with preforkEric Blake2013-07-191-0/+5
* security: framework for driver PreFork handlerEric Blake2013-07-181-0/+23
* Convert 'int i' to 'size_t i' in src/security filesDaniel P. Berrange2013-07-101-2/+3
* Adapt to VIR_ALLOC and virAsprintf in src/security/*Michal Privoznik2013-07-101-6/+2
* security: add new virSecurityManagerSetChildProcessLabel APILaine Stump2013-02-131-1/+19
* Turn virSecurityManager into a virObjectLockableDaniel P. Berrange2013-02-111-1/+1
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Allow passing a vroot into security manager hostdev labellingDaniel P. Berrange2012-12-171-4/+12
* add security hook for permitting hugetlbfs accessSerge Hallyn2012-12-111-0/+19
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-1/+1