mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
AppArmor: allow QEMU to set_process_name.
https://bugzilla.redhat.com/show_bug.cgi?id=1369281 Acked-by: Christian Ehrhardt <christian.ehrhardt@canonical.co>
This commit is contained in:
parent
de79efdeb8
commit
a73e7037e5
@ -21,6 +21,9 @@
|
|||||||
/dev/ptmx rw,
|
/dev/ptmx rw,
|
||||||
/dev/kqemu rw,
|
/dev/kqemu rw,
|
||||||
@{PROC}/*/status r,
|
@{PROC}/*/status r,
|
||||||
|
# Per man(5) proc, the kernel enforces that a thread may
|
||||||
|
# only modify its comm value or those in its thread group.
|
||||||
|
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
||||||
@{PROC}/sys/kernel/cap_last_cap r,
|
@{PROC}/sys/kernel/cap_last_cap r,
|
||||||
|
|
||||||
# For hostdev access. The actual devices will be added dynamically
|
# For hostdev access. The actual devices will be added dynamically
|
||||||
|
Loading…
Reference in New Issue
Block a user