accessing serial port from host
Bug #916266 reported by
Jürgen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libvirt (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
when accessing the serial port with
-chardev tty,id=
the owner is changed to:
libvirt-qemu kvm
after ending the host the owner changes to
root root
but this should be the the original owner
root dialout
To post a comment you must log in.
Thanks for taking the time to report this bug.
This appears to be documented as a to-do in the code (in src/security/ security_ dac.c:virSecuri tyDACRestoreSec urityFileLabel( ), which says:
/* XXX record previous ownership */ etOwnership( newpath, 0, 0);
rc = virSecurityDACS