summaryrefslogtreecommitdiff
path: root/src/security/security_nop.c
Commit message (Expand)AuthorAgeFilesLines
* security: make it possible to set SELinux label of child process from its binaryLaine Stump2023-03-101-0/+1
* security: Remove unused includesPeng Liang2022-06-071-2/+0
* lib: Drop intermediary return variablesMichal Privoznik2021-10-251-4/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-64/+64
* secdrivers: Rename @stdin_path argument of virSecurityDomainSetAllLabel()Michal Privoznik2020-07-101-1/+1
* security: Rename virSecurityManagerRestoreSavedStateLabel()Michal Privoznik2020-06-181-10/+0
* security: Drop unused virSecurityManagerSetSavedStateLabel()Michal Privoznik2020-06-181-9/+0
* Use g_strdup instead of ignoring VIR_STRDUP's valueJán Tomko2019-10-211-1/+1
* security: use G_GNUC_UNUSEDJán Tomko2019-10-151-88/+88
* security: Pass @migrated to virSecurityManagerSetAllLabelMichal Privoznik2019-10-141-1/+2
* security: Introduce virSecurityManagerMoveImageMetadataMichal Privoznik2019-07-031-0/+10
* security: Remove security driver internals for disk labelingPeter Krempa2019-01-301-21/+4
* security: introduce virSecurityManager(Set|Restore)ChardevLabelPavel Hrdina2017-12-051-0/+20
* security: Introduce functions for input device hot(un)plugJán Tomko2017-11-241-0/+11
* security: don't relabel chardev source if virtlogd is used as stdio handlerPavel Hrdina2017-06-161-2/+4
* secdrivers: Implement memdev relabel APIsMichal Privoznik2017-03-151-0/+19
* security: Introduce APIs to label single imagesPeter Krempa2014-07-091-0/+19
* security: nop: Avoid very long linesPeter Krempa2014-06-261-60/+87
* security: Rename virSecurityManagerRestoreImageLabel to *Disk*Peter Krempa2014-06-261-4/+4
* security: Rename virSecurityManagerSetImageLabel to *Disk*Peter Krempa2014-06-201-4/+4
* security: Sanitize type of @migrated in virSecurityManagerRestoreAllLabelPeter Krempa2014-06-201-1/+1
* security: add new internal function "virSecurityManagerGetBaseLabel"Giuseppe Scrivano2013-10-291-0/+10
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/security/*Michal Privoznik2013-05-231-5/+2
* security: add new virSecurityManagerSetChildProcessLabel APILaine Stump2013-02-131-1/+9
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Allow passing a vroot into security manager hostdev labellingDaniel P. Berrange2012-12-171-2/+4
* Fix error handling in virSecurityManagerGetMountOptionsDaniel P. Berrange2012-11-271-2/+13
* selinux: add security selinux function to label tapfdGuannan Ren2012-10-151-1/+2
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* security: Switch to C99-style struct initializationMichal Privoznik2012-05-241-26/+26
* Add security driver APIs for getting mount optionsDaniel Walsh2012-05-161-0/+7
* Pass the virt driver name into security driversDaniel Walsh2012-05-161-1/+1
* Change security driver APIs to use virDomainDefPtr instead of virDomainObjPtrDaniel P. Berrange2012-01-111-17/+19
* security: Introduce SetSocketLabelJiri Denemark2011-08-261-0/+7
* security: Rename SetSocketLabel APIs to SetDaemonSocketLabelJiri Denemark2011-08-261-3/+3
* Add a function to the security driver API that sets the label of an open fd.Laine Stump2011-01-261-0/+9
* Refactor the security drivers to simplify usageDaniel P. Berrange2011-01-101-0/+185