search for: virsecuritydacsetownershipintern

Displaying 4 results from an estimated 4 matches for "virsecuritydacsetownershipintern".

2016 Aug 04
2
Re: Libvirt: dynamic ownership did not work
...e of the ownership fail, but then there should be an error >> message, >> but there is no error message in the log. > > Then the other option that comes to my mind is a race with somebody > else > on the system. You can attach gdb to the daemon and set breakpoint to > virSecurityDACSetOwnershipInternal(). In the arguments you should see > the path eventually among with uid:gid. > > BTW: what's the domain XML? What did you need the xml file the domain is called test and the image file is /data/hdd1/libvirt/images/test.img > > > Michal I did together with Michael Treme...
2016 Aug 05
0
Re: Libvirt: dynamic ownership did not work
On 04.08.2016 20:28, Jonatan Schlag wrote: > > >> Then the other option that comes to my mind is a race with somebody else >> on the system. You can attach gdb to the daemon and set breakpoint to >> virSecurityDACSetOwnershipInternal(). In the arguments you should see >> the path eventually among with uid:gid. >> >> BTW: what's the domain XML? > > What did you need the xml file the domain is called test and the image > file is /data/hdd1/libvirt/images/test.img Well, in the domain XML. there...
2016 Aug 04
0
Re: Libvirt: dynamic ownership did not work
...only possible way is that the > change of the ownership fail, but then there should be an error message, > but there is no error message in the log. Then the other option that comes to my mind is a race with somebody else on the system. You can attach gdb to the daemon and set breakpoint to virSecurityDACSetOwnershipInternal(). In the arguments you should see the path eventually among with uid:gid. BTW: what's the domain XML? Michal
2016 Aug 04
3
Re: Libvirt: dynamic ownership did not work
Am Do, 4. Aug, 2016 um 1:38 schrieb Michal Privoznik <mprivozn@redhat.com>: > On 04.08.2016 12:12, Jonatan Schlag wrote: >> >> >> Am Do, 4. Aug, 2016 um 11:32 schrieb Michal Privoznik >> <mprivozn@redhat.com>: >>> On 03.08.2016 21:17, Jonatan Schlag wrote: >>>> Hi, >>>> I have a very strange problem with libvirt. I