Re: [PATCH 3/6] syntax-check: Fix and rename virSecurity rule

2021-03-12 Thread Ján Tomko
On a Thursday in 2021, Michal Privoznik wrote: The aim of virSecurity rule is to discourage from using plain virSecurityManager*() APIs within QEMU driver in favor of their qemuSecurity*() counterparts. The reason is simple: namespaces; virSecurityManager*() needs additional

[PATCH 3/6] syntax-check: Fix and rename virSecurity rule

2021-03-11 Thread Michal Privoznik
The aim of virSecurity rule is to discourage from using plain virSecurityManager*() APIs within QEMU driver in favor of their qemuSecurity*() counterparts. The reason is simple: namespaces; virSecurityManager*() needs additional virSecurityManagerTransactionCommit() call to enter given namespace