libvirt/src
Daniel P. Berrangé 0c69168486 util: get rid of virIsSUID method
Now that none of the libvirt.so code will ever run in a setuid
context, we can remove the virIsSUID() method. The global
initializer function can just inline the check itself. The new
inlined check is slightly stronger as it also looks for a
setgid situation.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-08-07 16:54:02 +01:00
..
access backup: Add new domain:checkpoint access control 2019-07-26 16:48:58 -05:00
admin src/admin: use #pragma once in headers 2019-06-13 17:05:08 +02:00
bhyve all: don't wait for driver lock during startup 2019-07-15 13:36:45 +01:00
conf qemu: Move rng model validation to domcaps 2019-08-06 19:45:50 -04:00
cpu cpu_x86: add Edx to KVM_FEATURE_DEF() 2019-08-06 13:48:53 +02:00
cpu_map cpu_map: Introduce IA32_ARCH_CAPABILITIES MSR features 2019-06-20 14:02:36 +02:00
esx conf: Add network xmlopt argument 2019-07-17 17:18:56 -04:00
hyperv src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
interface interface: fix driver name in state directory path 2019-07-15 13:36:45 +01:00
keycodemapdb@6280c94f30 keycodemapdb: Update submodule 2019-04-15 16:18:00 +02:00
libxl lib: Unify PCI address formatting 2019-08-05 19:42:15 +02:00
locking logging: pass binary name not logfile name when enabling logging 2019-07-19 14:33:18 +01:00
logging logging: pass binary name not logfile name when enabling logging 2019-07-19 14:33:18 +01:00
lxc qemu: Add support for overriding max threads per process limit 2019-07-24 15:59:49 -06:00
network network: Link with libxml2 2019-07-18 16:57:02 +02:00
node_device all: don't wait for driver lock during startup 2019-07-15 13:36:45 +01:00
nwfilter all: don't wait for driver lock during startup 2019-07-15 13:36:45 +01:00
openvz src/openvz: use #pragma once in headers 2019-06-19 17:12:30 +02:00
phyp phyp: Add various vir*Flags API 2019-07-09 08:18:13 -05:00
qemu qemu: Fix possible NULL deref in qemuDomainGetResctrlMonData 2019-08-07 11:44:11 -04:00
remote util: get rid of virIsSUID method 2019-08-07 16:54:02 +01:00
rpc backup: Implement checkpoint APIs for remote driver 2019-07-26 16:48:58 -05:00
secret all: don't wait for driver lock during startup 2019-07-15 13:36:45 +01:00
security src: security: Replace bitwise OR with logical OR 2019-08-07 12:08:46 +02:00
storage storage: rbd: do not attempt to dereference a non-pointer 2019-07-12 17:51:39 +02:00
test test_driver: implement virDomainSetTime 2019-08-07 14:18:16 +02:00
util util: get rid of virIsSUID method 2019-08-07 16:54:02 +01:00
vbox conf: Add network xmlopt argument 2019-07-17 17:18:56 -04: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 all: don't wait for driver lock during startup 2019-07-15 13:36:45 +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
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
check-symfile.pl
check-symsorting.pl
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 Use #pragma once in driver headers 2019-06-13 17:05:08 +02: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 maint: Typo fix for whether 2019-07-09 10:42:39 -05: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
libvirt_esx.syms
libvirt_internal.h src/libvirt_internal.h: use #pragma once 2019-06-13 17:05:10 +02:00
libvirt_libssh2.syms
libvirt_libssh.syms
libvirt_linux.syms
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms util: get rid of virIsSUID method 2019-08-07 16:54:02 +01:00
libvirt_probes.d
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 Use NULLSTR_EMPTY 2019-02-14 14:09:38 +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 Fix build-time pkg-config files in VPATH 2014-11-06 15:59:28 +01:00
libvirt-network.c virNetworkGetDHCPLeases: fix docstring format 2019-06-20 15:49:19 +02:00
libvirt-nodedev.c
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 Fix build-time pkg-config files in VPATH 2014-11-06 15:59:28 +01:00
libvirt-secret.c
libvirt-storage.c storage: Add iscsi-direct pool list type flag 2019-07-13 17:40:09 +02:00
libvirt-stream.c
libvirt.c util: get rid of virIsSUID method 2019-08-07 16:54:02 +01:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
Makefile.am build: drop libvirt setuid library build 2019-08-07 16:54:01 +01: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