Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/QubesOS/qubes-core-agent-linux
Qubes component: core-agent-linux
https://github.com/QubesOS/qubes-core-agent-linux
* origin/pr/72:
systemd: order units checking for qubes-service after qubes-sysinit
Files in /var/run/qubes-service are created by qubes-sysinit.service. So
defer that condition ch...
737922bf87060681666441fe1859140bb682d882 authored almost 9 years ago
23bdcb90a78866a703435a7ea95cacd0da66aa02 authored almost 9 years ago
* origin/pr/70:
fixed sh syntax error
https://forums.whonix.org/t/qvm-run-fails-in-whonix-vms
Thanks to entr0py for the bug report!
69780ef7628a31ba3683bf4771c48d2c77aac155 authored almost 9 years agohttps://phabricator.whonix.org/T501
d14203f1aca8578019531d5c3033f405e035a690 authored almost 9 years agoQrexec policy is really stored in core-admin repo.
4d015432cef600fbdb24009908fe73abcc9a5ae9 authored almost 9 years agoccb9a5b992d63620d7b6cf30fd828b1054dbc79a authored almost 9 years ago
https://github.com/QubesOS/qubes-issues/issues/1889
cfb75f3cba1769ea41fa87b45d2d25237907d228 authored almost 9 years ago437680b731231368b4d0965addb3beba2b7b8b8a authored almost 9 years ago
rsvg-convert doesn't scale the image. Do it with convert, only when
really needed. Don't upscale...
1c251487fa9c86abe210f00a7abb690c8695c8d2 authored almost 9 years ago
Fixes QubesOS/qubes-issues#1882
00698173ed39cdeb743ac3c115f9976eca0b1895 authored almost 9 years agoFixes QubesOS/qubes-issues#1876
6e8f0e1a61b5f0ede64166b4f8c4f21998eb6e65 authored almost 9 years ago
* qubesos/pr/13:
Remove exec in last line of qvm-copy-to-vm
* origin/pr/65:
minor indent
* origin/pr/64:
use 'true' rather than ':' for consistency
Always set QREXEC_AGENT_PID variable, setup SIGUSR1 handler. And do that
before starting child p...
428d8f09bf9aade9d07545f04e36658a978c7d16 authored almost 9 years ago
5a1ea4f5e5961503263b8b91f8eaddb2adb16b38 authored almost 9 years ago
77d51a69ea294b76c9d5d2d79554c4607b1c0288 authored almost 9 years ago
Those services are called just before/after host suspend.
Thanks @adrelanos for help.
Fixes Qub...
b1731c2768face1c4721e64f1a04f4b53fa0ed72 authored almost 9 years ago
* qubesos/pr/11:
Properly handle case of empty domain name.
Use proper quoting around variab...
* qubesos/pr/10:
Use && in qvm-move-to-vm
qvm-move-to-vm: Use '--' before file arguments
q...
* origin/pr/58:
refactoring / code simplification
fixed broken file copy for files in multi ...
* origin/pr/60:
do not start the Tor service inside Qubes TemplateVMs
* origin/pr/63:
qrexec: hide timing debug messages in vm-file-editor
qrexec: write service s...
* origin/pr/62:
disable systemd-timesyncd
8f1ec4ba1a24cef446cd6bf049da034c2fd7eeda authored almost 9 years ago
For a long time the DNS address was the same as default gateway. This is
still the case in R3.x,...
Those are currently barely useful, since starting the application isn't
the biggest bottleneck o...
In case of some services it makes much sense for caller to receive also
stderr in addition to st...
bc73cf1fe3cdcbf76c00220249bc013f338a5c93 authored almost 9 years ago
561f588d1d0016615aa646bc22aefe5dafc41d77 authored almost 9 years ago
17d274ef48d22e17da96f52f87a60c962dd784aa authored almost 9 years ago
63f3392ff5e0eec009f68e294b188c7af0ca49a1 authored almost 9 years ago
fixes https://github.com/QubesOS/qubes-issues/issues/1754
83d0ae6df41dfe9b08a344f737f674d6f156f082 authored almost 9 years ago&& is safer in case qvm-*copy*-to-vm is ever changed to call 'set +e'.
c73034003941b3c816955e8eebfb06d7246fa973 authored almost 9 years ago160b05756b2f3a62dcf5f445798fb311b6b7bc2f authored almost 9 years ago
3f600d03fa7069933726ae577da3fcb47845b064 authored almost 9 years ago
d181cf5cffa8f00cbd899f7c916d9230ddf04b26 authored almost 9 years ago
* origin/pr/61:
update-proxy: use curl instead of wget in archlinux in order to limit addition...
xdg-open is more robust in choosing default application for particular
file type: it supports fa...
No functional change.
This will make it easier to switch the tool (without recompiling
vm-file-...
57e50269638ebaf77faa1a83ac8384b3920f6888 authored about 9 years ago
eb105540c5f414bbbff53fa02faebbc5cda8d0ad authored about 9 years ago
1bbcf126ad44851f44f88a452955f06d2db8dc43 authored about 9 years ago
* qubesos/pr/8:
Proposed solution for issue #1657
Fixes QubesOS/qubes-issues#1657
858ee225e56c4d48d9756e5448f6bd09f89aba4e authored about 9 years agoqvm-sync-appmenus fails when a shortcut have spaces in the file name #1657
d3966b0f6c3cd6b42dd33915b19e1745fc682a60 authored about 9 years ago
Private data inside /var/lib/tor should not be shared.
Tor should not be run inside TemplateVMs....
95569318081e75419342d152eeb527f36f8676fd authored about 9 years ago
857598cbfc29b8e6080bd509273eeb835c6989df authored about 9 years ago
b06c29c6dc3fe4c5c8bc511a67b07222b1f52555 authored about 9 years ago
qubes-sysinit.sh waits for xenbus initialization by watching its
interface file presence. In lin...
5570c899b8537619c17b81775bd9f3f4d5c8e8d4 authored about 9 years ago
Sending dbus calls to a service which isn't running _and is blocked to
not be started_ would res...
Many USB controllers doesn't play nice with suspend when attached to PV
domain, so unload those ...
Thanks to @marmarek for the suggestion!
f4d367a6a7eb70f3658e28f5ae5841b2fff3b1c9 authored about 9 years agoThanks to @marmarek for the report and help fixing!
e9fca8fb9fef917f4402eecb1b9b802d82a46550 authored about 9 years agob36146961fc2542f3a5140aabb3057f4f334e30b authored about 9 years ago
It is expected to not output anything on stdout. Especially remote end
may be already terminated...
Thanks to @marmarek for the suggestion!
https://github.com/QubesOS/qubes-issues/issues/1328#iss...
184f49dbbdb960da13c737030d8af3d56aeff64e authored about 9 years ago7e8649f8c7129ca620c9d6363d579dbeee005209 authored about 9 years ago
* origin/pr/59:
archlinux: Added python{2,3} as dependency. Solved python22 bug.
Thanks @axon-qubes for the idea.
Fixes QubesOS/qubes-issues#1574
c4ff490844edc6e0da11648a13730feef1ebf553 authored about 9 years ago89d5f8990fcd0fd39f1ecda9d81789028d634442 authored about 9 years ago
qvm-mru-entry requires it.
Fixes QubesOS/qubes-issues#1567
5a04fb34ed05a5dec46fc73cbc3870ab3942688e authored about 9 years ago
Do not allow ICMP from uplink VM (or the outside world). Also do not
send ICMP icmp-host-prohibi...
8ab866f8273e106c354bb9b1e2c617bb3e0243c5 authored about 9 years ago
7835f4da2bc4ec0697302316ead8d315fb3ec811 authored about 9 years ago
Check `yum check-update` exit code, instead of `grep` - when there are
multiple commands on the ...
eb00e40bab8bd40598fe53742a6eacfe66d88ee3 authored about 9 years ago
5a87313ea61c3c9a2f6d909a164de006e222141d authored about 9 years ago
8f2a80982b2edb15edc146b5553e345405950b68 authored about 9 years ago
https://phabricator.whonix.org/T414
bd647a8047f7d35419e80b74c09f28fbe486a0f7 authored about 9 years agohttps://phabricator.whonix.org/T414
d55cba0a450501621a27ba5baa251eb8e1cbed3c authored about 9 years agohttps://phabricator.whonix.org/T414
8a5fc5f7d1b8200da982038792d051359225ba02 authored about 9 years ago
DNF in Fedora 22 uses python2, but in Fedora 23 - python3. Package both
of them, in separate pac...
QubesOS/qubes-issues#1529
8f0a024f6d6d8d79cf24abeb33ef3f0982514eb9 authored about 9 years agoba5041579ac3d8496318f5aab130e73be0df3fc7 authored about 9 years ago
Apparently tinyproxy does not notice /etc/resolv.conf change, so need to
be kicked to reload it....
* origin/pr/57:
archlinux: ensure systemctl reset preset correctly (need to be started twice)
Fixes QubesOS/qubes-issues#1522
405c42658f58475e6367bc7292513cb05b716cdf authored about 9 years agob179d6286092531c770099d6b8288387917eda20 authored about 9 years ago
3238eab85f1dd2366ca280ddf1b5fbd4d92630fa authored about 9 years ago
1c09b88fae9e361e6efc9540664f86ff4312027d authored about 9 years ago
6bed3bee69909106f59bc3ab522ca56c304c08ea authored about 9 years ago
62c12bd1c68519dc310ce5d12afb52b00728cc80 authored about 9 years ago
33aa1782ca5413352936511491a49994f8f4ebcd authored about 9 years ago
7d2bc0c6bba2905dc60d35e916500117930cff2d authored about 9 years ago
There was missing "/mime" in entry for user home.
QubesOS/qubes-issues#1490
169c3893399c189c0d35f382bca1af1b39071da7 authored about 9 years ago8064682e9e759717fbadfd072349944db749d57f authored about 9 years ago
Explicitly block something like "curl http://10.137.255.254:8082" and
return error page in this ...
* Check whether sysctl is accessible
* Check whether a key which exists when CONFIG_MODULES=y is...
5aa0f32c7840a5e0115b8547e58dc70a99208159 authored about 9 years ago
Apparently unmanaged devices are loaded only from main
NetworkManager.conf. Exactly the same lin...
8482fbbd134317f697326ecfa86ede89e9a3f992 authored about 9 years ago
This fixes using minimal-template based VMs to store/retrieve backup.
5157d9822e435ef5f183fb1084423a8c4f3b9fe1 authored about 9 years ago