libvirt/src
Andrea Bolognani b1eb8b3e8f virt-aa-helper: Fix AppArmor profile
Since

  commit 432faf259b
  Author: Michal Privoznik <mprivozn@redhat.com>
  Date:   Tue Jul 2 19:49:51 2019 +0200

    virCommand: use procfs to learn opened FDs

    When spawning a child process, between fork() and exec() we close
    all file descriptors and keep only those the caller wants us to
    pass onto the child. The problem is how we do that. Currently, we
    get the limit of opened files and then iterate through each one
    of them and either close() it or make it survive exec(). This
    approach is suboptimal (although, not that much in default
    configurations where the limit is pretty low - 1024). We have
    /proc where we can learn what FDs we hold open and thus we can
    selectively close only those.

    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    Reviewed-by: Ján Tomko <jtomko@redhat.com>

  v5.5.0-173-g432faf259b

programs using the virCommand APIs on Linux need read access to
/proc/self/fd, or they will fail like

  error : virCommandWait:2796 : internal error: Child process
  (LIBVIRT_LOG_OUTPUTS=3:stderr /usr/lib/libvirt/virt-aa-helper -c
   -u libvirt-b20e9a8e-091a-45e0-8823-537119e98bc6) unexpected exit
  status 1: libvirt:  error : cannot open directory '/proc/self/fd':
  Permission denied
  virt-aa-helper: error: apparmor_parser exited with error

Update the AppArmor profile for virt-aa-helper so that read access
to the relevant path is granted.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2019-08-19 15:47:24 +02:00
..
access access: fix incorrect addition to virAccessPermNetwork 2019-08-16 11:56:56 -04:00
admin remote: change generated methods to not directly access connection 2019-08-09 14:06:31 +01:00
bhyve bhyve: introduce virtbhyved daemon 2019-08-09 14:06:31 +01:00
conf conf: add support for Direct Mode for Hyper-V Synthetic timers 2019-08-19 11:38:28 +02:00
cpu conf: add support for Direct Mode for Hyper-V Synthetic timers 2019-08-19 11:38:28 +02:00
cpu_map cpu_map: Introduce IA32_ARCH_CAPABILITIES MSR features 2019-06-20 14:02:36 +02:00
esx qemu: Pass correct qemuCaps to virDomainDefParseNode 2019-08-09 13:55:54 +02:00
hyperv src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
interface interface: introduce virtinterfaced daemon 2019-08-09 14:06:31 +01:00
keycodemapdb@6280c94f30 keycodemapdb: Update submodule 2019-04-15 16:18:00 +02:00
libxl libxl: introduce virtxend daemon 2019-08-09 14:06:31 +01:00
locking remote: refactor how list of systemd unit files is built 2019-08-09 14:06:31 +01:00
logging remote: refactor how list of systemd unit files is built 2019-08-09 14:06:31 +01:00
lxc lxc: introduce virtlxcd daemon 2019-08-09 14:06:31 +01:00
network network: replace virSaveLastError() with virErrorPreserveLast() 2019-08-16 11:58:46 -04:00
node_device nodedev: introduce virtnodedevd daemon 2019-08-09 14:06:31 +01:00
nwfilter nwfilter: move standard XML configs out of examples dir 2019-08-19 11:52:44 +01:00
openvz qemu: Pass correct qemuCaps to virDomainDeviceDefPostParse 2019-08-09 13:55:54 +02:00
phyp qemu: Pass correct qemuCaps to virDomainDeviceDefPostParse 2019-08-09 13:55:54 +02:00
qemu qemu: add support for Direct Mode for Hyper-V Synthetic timers 2019-08-19 11:38:28 +02:00
remote remote_daemon_dispatch.c: typecast ARRAY_CARDINALITY() in remoteDispatchProbeURI() 2019-08-16 08:56:02 +02:00
rpc rpc: make virNetDaemonCallInhibit a no-op with no logind 2019-08-14 16:22:13 +02:00
secret secret: introduce virtsecretd daemon 2019-08-09 14:06:31 +01:00
security virt-aa-helper: Fix AppArmor profile 2019-08-19 15:47:24 +02:00
storage storage: introduce virtstoraged daemon 2019-08-09 14:06:31 +01:00
test test_driver: Fix permissions for test_driver.c 2019-08-15 21:32:46 +02:00
util virhostdev: Unify virHostdevPreparePCIDevices behaviour for KVM and VFIO cases 2019-08-17 12:32:57 +02:00
vbox vbox: introduce virtvboxd daemon 2019-08-09 14:06:31 +01:00
vmware src/vmware: use #pragma once in headers 2019-06-19 17:12:33 +02:00
vmx src/vmx: use #pragma once in headers 2019-06-19 17:12:33 +02:00
vz vz: introduce virtvzd daemon 2019-08-09 14:06:31 +01:00
xenapi xen: use #pragma once in headers 2019-06-19 17:12:33 +02:00
xenconfig xen: drop xen_sxpr.(c|h) 2019-07-09 10:27:20 +02:00
admin_protocol-structs
check-aclperms.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
check-aclrules.pl qemu: delete methods which are no longer supported 2019-06-27 14:41:48 +01:00
check-driverimpls.pl maint: Drop dead code in check-driverimpls.pl 2019-07-10 11:46:22 -05:00
check-drivername.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
check-symfile.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
check-symsorting.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
datatypes.c network: add public APIs for network port object 2019-06-17 15:19:54 +01:00
datatypes.h network: add public APIs for network port object 2019-06-17 15:19:54 +01:00
driver-hypervisor.h backup: Introduce virDomainCheckpoint APIs 2019-07-26 16:48:58 -05:00
driver-interface.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-network.h network: add public APIs for network port object 2019-06-17 15:19:54 +01:00
driver-nodedev.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-nwfilter.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-secret.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-state.h remote: in per-driver daemons ensure that state initialize succeeds 2019-08-09 14:06:31 +01:00
driver-storage.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-stream.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver.c Fix names for abs_top_{src,build}dir variables 2019-03-14 10:05:28 +01:00
driver.h remote: enable connecting to the per-driver daemons 2019-08-09 14:06:31 +01:00
dtrace2systemtap.pl Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
internal.h build: bump min required gcc to 4.8 2019-08-07 14:26:12 +01:00
libvirt_admin_private.syms
libvirt_admin_public.syms
libvirt_atomic.syms
libvirt_driver_modules.syms util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
libvirt_esx.syms
libvirt_internal.h remote: in per-driver daemons ensure that state initialize succeeds 2019-08-09 14:06:31 +01:00
libvirt_libssh2.syms
libvirt_libssh.syms
libvirt_linux.syms Expose Linux symbols only on Linux 2017-03-27 17:36:13 +02:00
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms util: Export virStorageFileSupportsBackingChainTraversal 2019-08-16 13:17:40 +02:00
libvirt_probes.d Forget last daemon/ dir artefacts 2018-07-27 15:44:38 +02:00
libvirt_public.syms backup: Introduce virDomainCheckpoint APIs 2019-07-26 16:48:58 -05:00
libvirt_qemu_probes.d
libvirt_qemu.syms
libvirt_remote.syms rpc: remove unused API for creating services from FDs 2019-07-12 16:55:40 +01:00
libvirt_sasl.syms
libvirt_vmware.syms
libvirt_vmx.syms
libvirt_xenconfig.syms xen: drop xen_sxpr.(c|h) 2019-07-09 10:27:20 +02:00
libvirt-admin.c admin: add ability to connect to the per-driver daemon sockets 2019-08-09 14:06:31 +01:00
libvirt-admin.conf
libvirt-domain-checkpoint.c backup: Introduce virDomainCheckpoint APIs 2019-07-26 16:48:58 -05:00
libvirt-domain-snapshot.c snapshot: Add VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE flag 2019-07-10 17:34:58 -05:00
libvirt-domain.c backup: Introduce virDomainCheckpoint APIs 2019-07-26 16:48:58 -05:00
libvirt-host.c libvirt: remove link to outdated mailing list post 2019-07-08 15:02:55 +01:00
libvirt-interface.c docs: Consistent spacing in *GetXMLDesc functions 2019-03-13 20:28:52 -05:00
libvirt-lxc.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
libvirt-lxc.pc.in
libvirt-network.c virNetworkGetDHCPLeases: fix docstring format 2019-06-20 15:49:19 +02:00
libvirt-nodedev.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-nwfilter.c docs: Consistent spacing in *GetXMLDesc functions 2019-03-13 20:28:52 -05:00
libvirt-qemu.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
libvirt-qemu.pc.in
libvirt-secret.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-storage.c storage: Add iscsi-direct pool list type flag 2019-07-13 17:40:09 +02:00
libvirt-stream.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt.c remote: enable connecting to the per-driver daemons 2019-08-09 14:06:31 +01:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
Makefile.am Revert "configure: Remove --enable-test-coverage" 2019-08-14 09:28:06 +02:00
qemu_protocol-structs
README Drop UML driver 2018-12-17 17:52:46 +01:00
remote_protocol-structs backup: Implement checkpoint APIs for remote driver 2019-07-26 16:48:58 -05:00
virkeepaliveprotocol-structs
virnetprotocol-structs Introduce VIR_NET_STREAM_HOLE message type 2017-05-18 07:42:13 +02:00

       libvirt library code README
       ===========================

The directory provides the bulk of the libvirt codebase. Everything
except for the libvirtd daemon and client tools. The build uses a
large number of libtool convenience libraries - one for each child
directory, and then links them together for the final libvirt.so,
although some bits get linked directly to libvirtd daemon instead.

The files directly in this directory are supporting the public API
entry points & data structures.

There are two core shared modules to be aware of:

 * util/  - a collection of shared APIs that can be used by any
            code. This directory is always in the include path
            for all things built

 * conf/  - APIs for parsing / manipulating all the official XML
            files used by the public API. This directory is only
            in the include path for driver implementation modules

 * vmx/   - VMware VMX config handling (used by esx/ and vmware/)


Then there are the hypervisor implementations:

 * bhyve         - bhyve - The BSD Hypervisor
 * esx/          - VMware ESX and GSX support using vSphere API over SOAP
 * hyperv/       - Microsoft Hyper-V support using WinRM
 * lxc/          - Linux Native Containers
 * openvz/       - OpenVZ containers using cli tools
 * phyp/         - IBM Power Hypervisor using CLI tools over SSH
 * qemu/         - QEMU / KVM using qemu CLI/monitor
 * remote/       - Generic libvirt native RPC client
 * test/         - A "mock" driver for testing
 * vbox/         - Virtual Box using native API
 * vmware/       - VMware Workstation and Player using the vmrun tool
 * xen/          - Xen using hypercalls, XenD SEXPR & XenStore
 * xenapi/       - Xen using libxenserver


Finally some secondary drivers that are shared for several HVs.
Currently these are used by LXC, OpenVZ, QEMU and Xen drivers.
The ESX, Hyper-V, Power Hypervisor, Remote, Test & VirtualBox drivers all
implement the secondary drivers directly

 * cpu/          - CPU feature management
 * interface/    - Host network interface management
 * network/      - Virtual NAT networking
 * nwfilter/     - Network traffic filtering rules
 * node_device/  - Host device enumeration
 * secret/       - Secret management
 * security/     - Mandatory access control drivers
 * storage/      - Storage management drivers


Since both the hypervisor and secondary drivers can be built as
dlopen()able modules, it is *FORBIDDEN* to have build dependencies
between these directories. Drivers are only allowed to depend on
the public API, and the internal APIs in the util/ and conf/
directories