Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

element-desktop: allow notifications in profile #5805

Merged
merged 2 commits into from
Apr 26, 2023
Merged

Conversation

pedrib
Copy link
Contributor

@pedrib pedrib commented Apr 26, 2023

I assume most people want this on, since it is a messenger application, and you can control whether you turn it on or off in the app.

I assume most people want this on, since it is a messenger application, and you can control whether you turn it on or off in the app.
etc/profile-a-l/element-desktop.profile Outdated Show resolved Hide resolved
@pedrib
Copy link
Contributor Author

pedrib commented Apr 26, 2023

I think this build failure is unrelated?

kmk3 added a commit to kmk3/firejail that referenced this pull request Apr 26, 2023
Log from build_and_test[1]:

    TESTING: network scan (net_scan.exp)
    [...]

    firejail /bin/bash
    Child process initialized in 1704.83 ms
    spawn /bin/bash
    firejail --net=br0 --ip=10.10.20.60
    runner@fv-az576-472:~/work/firejail/firejail/test/network$
    <l/test/network$ firejail --net=br0 --ip=10.10.20.60
    Reading profile /etc/firejail/default.profile
    Reading profile /etc/firejail/disable-common.inc
    Reading profile /etc/firejail/disable-programs.inc

    ** Note: you can use --noprofile to disable default.profile **

    Error select: arp.c:202 arp_check: Invalid argument
    runner@fv-az576-472:~/work/firejail/firejail/test/network$ TESTING ERROR 4

This "Invalid argument" error does not always happen, so I assume that
it may be due to a negative integer value in `ts` when calling select.

Misc: Found in netblue30#5805.

[1] https://github.com/netblue30/firejail/actions/runs/4806275219/jobs/8553597462
@kmk3
Copy link
Collaborator

kmk3 commented Apr 26, 2023

I think this build failure is unrelated?

Yes, the tests are unfortunately rather brittle.

See:

@kmk3 kmk3 merged commit aa8ef2a into netblue30:master Apr 26, 2023
@kmk3
Copy link
Collaborator

kmk3 commented Apr 26, 2023

Merged, thanks!

@pedrib pedrib deleted the patch-2 branch April 27, 2023 03:19
topimiettinen pushed a commit that referenced this pull request May 1, 2023
Log from build_and_test[1]:

    TESTING: network scan (net_scan.exp)
    [...]

    firejail /bin/bash
    Child process initialized in 1704.83 ms
    spawn /bin/bash
    firejail --net=br0 --ip=10.10.20.60
    runner@fv-az576-472:~/work/firejail/firejail/test/network$
    <l/test/network$ firejail --net=br0 --ip=10.10.20.60
    Reading profile /etc/firejail/default.profile
    Reading profile /etc/firejail/disable-common.inc
    Reading profile /etc/firejail/disable-programs.inc

    ** Note: you can use --noprofile to disable default.profile **

    Error select: arp.c:202 arp_check: Invalid argument
    runner@fv-az576-472:~/work/firejail/firejail/test/network$ TESTING ERROR 4

This "Invalid argument" error does not always happen, so I assume that
it may be due to a negative integer value in `ts` when calling select.

Misc: Found in #5805.

[1] https://github.com/netblue30/firejail/actions/runs/4806275219/jobs/8553597462
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants