summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [kiosk-common] Make sure browsers (firefox) start maximizedHEADmasterSimon Rettberg3 days1-119/+4Star
|
* [kiosk-chromium/kiosk-firefox] Minor tweaks, reorder browser fallbackSimon Rettberg8 days5-5/+11
|
* [kiosk-firefox] Add new moduleSimon Rettberg9 days9-0/+353
|
* bwlp: Put kiosk-chromium in proper targetSimon Rettberg9 days1-0/+0
|
* [kiosk-chromium] Fix inverted interactive modeSimon Rettberg9 days1-1/+1
|
* [kiosk-chromium] Rename preload file to avoid collisionsSimon Rettberg13 days1-2/+2
|
* [kiosk-common] Clarify behavior of kiosk-setup serviceSimon Rettberg13 days2-1/+18
|
* [kiosk-chromium] Fix path of chromium preload (add debian variant)Simon Rettberg13 days1-2/+1Star
|
* [qemu] Do not use virt-manager in CoW mode - confused usersSimon Rettberg13 days1-3/+0Star
|
* [kiosk-chromium] Add support for forcing hw video decodeSimon Rettberg13 days1-0/+3
|
* [kiosk-chromium] Use is_on for boolsSimon Rettberg13 days1-4/+6
|
* [qemu] Completely disable looking-glassSimon Rettberg13 days1-0/+6
| | | | Fragile, too many moving parts.
* [remote-access] Add another hint regarding remote access to lightdmSimon Rettberg2024-10-314-0/+15
|
* [run-virt] dnsmasq: fix interface listen, log to fileSimon Rettberg2024-10-311-3/+8
| | | | | | | For some reason, even without bind-interfaces, when using iptables -j REDIRECT, dnsmasq doesn't see any redirected queries, probably becuase it recognizes the actual source of the packet as not belonging to the interface it's being told to listen on.
* [qemu] Only enable looking-glass for windows 10/11 guestSimon Rettberg2024-10-293-13/+21
| | | | Closes #3967
* [qemu] Clean up SPICE transformationSimon Rettberg2024-10-291-17/+9Star
|
* [hardware-stats] Check that kernel has vfio.ko built-inSimon Rettberg2024-10-284-0/+7
| | | | This is a requirement for GPU passthrough with QEMU.
* [run-virt] Fix blockall with no DNS rulesSimon Rettberg2024-10-251-2/+10
|
* [qemu] javatool: Add --validate option to check an xmlSimon Rettberg2024-10-232-0/+18
|
* [run-virt] Fix DNS blockingSimon Rettberg2024-10-234-14/+23
|
* [run-virt] Remove stray elseSimon Rettberg2024-10-221-1/+0Star
|
* [vbox-src] Update to 7.1.4Simon Rettberg2024-10-183-1/+7
|
* [run-virt] firewall: Entries for hostnames wihout port are blocked via DNSSimon Rettberg2024-09-277-9/+1198
| | | | | | | If we block a host by name instead of IP address, and don't have a specific port only, block the host by filtering DNS lookups. Also, ship a list of public DoH servers so we can block them on the network level.
* [run-virt] Modernize set-firewall, more error checks, add PROXYSimon Rettberg2024-09-271-76/+100
| | | | | | | - SLX_PROXY_IP/PORT was missing from automatic whitelisting - Allow 'lo' interface instead of 127.0.0.0/8 - Bail out if creating/resetting iptables chains and rules fails - Use bashisms in places where it makes code more readable or robust
* [vbox-src] Fix setting up bridged interfacesSimon Rettberg2024-09-121-1/+1
|
* [pam-bwidm] Only honor SLX_BWIDM_AUTH for ECP loginsSimon Rettberg2024-09-061-30/+44
| | | | Closes #3962
* [run-virt] Also bail out if var is missing for dnbd3 cowSimon Rettberg2024-09-061-0/+1
|
* [run-virt] If CoW is enable,d always use DNBD3Simon Rettberg2024-09-061-2/+2
| | | | Even if configured to use NFS/CIFS for VM access.
* [dhcpc-busybox] bridging: Add another sleep for good measureSimon Rettberg2024-09-061-0/+3
|
* [dhcpc-busybox] Wait for udev to rename eth* devicesSimon Rettberg2024-09-031-0/+17
|
* [iptables-helper] Reduce SPAMSimon Rettberg2024-07-261-1/+1
|
* [dnbd3-proxy-mode] Use (( )) for numeric checksSimon Rettberg2024-07-261-8/+9
|
* [dnbd3-proxy-mode] Wait for additional interfaces to get configuredSimon Rettberg2024-07-261-2/+9
|
* [qemu] Fix concurrent modification errorSimon Rettberg2024-07-161-1/+2
|
* [pvs2] Update debug report URLSimon Rettberg2024-07-091-1/+1
|
* [dnbd3-proxy-mode] Write all interface addresses to configSimon Rettberg2024-07-081-21/+24
| | | | | | Now that we make sure traffic is bound to the interface with the matching ip address, it might be a good idea to automatically use all available interfaces.
* [vbox-src] Fix: Bogus warning when there's no additional NIC to bridgeSimon Rettberg2024-07-031-1/+2
|
* [evdi] Fix build with latest versionSimon Rettberg2024-06-281-4/+4
|
* [qemu-src] Bump default version to 9.1.0Simon Rettberg2024-06-271-1/+1
|
* [swtpm] Make versions configurableSimon Rettberg2024-06-271-2/+2
|
* [qemu] Improve finding a fallback os machine type if no perfect matchSimon Rettberg2024-06-272-46/+58
|
* [qemu] Check for alternate way to make an EFI VMSimon Rettberg2024-06-271-1/+2
| | | | Fixes #3960
* [pam-bwidm] Validate organization suffix for browser/qrcode loginSimon Rettberg2024-06-261-0/+9
| | | | This allows using a whitelist of specific IdPs to allow login from.
* [hardware-stats] Include iproute2's ip for --jsonSimon Rettberg2024-06-143-14/+5Star
|
* [dhcpc-busybox] Wait much longer between retriesSimon Rettberg2024-06-131-1/+2
|
* [dhcpc-busybox] Fix calculating prefix size of secondary NICsSimon Rettberg2024-06-111-5/+11
|
* [dhcpc-busybox] 1 is not a valid routing table indexSimon Rettberg2024-06-111-1/+1
|
* [busybox] Remove obsolete patchesSimon Rettberg2024-06-113-86/+0Star
|
* [busybox] Bump to 1.36.1Simon Rettberg2024-06-102-2/+2
|
* [dhcpc-busybox] Use separate routing table for additional nics in same subnetSimon Rettberg2024-06-101-7/+46
|