mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4656] [CLOSED] WIP: Build firejail with meson #5217
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/4656
Author: @rusty-snake
Created: 10/31/2021
Status: ❌ Closed
Base:
master← Head:meson📝 Commits (10+)
f681c97MWE 151354daMWE 2b26c949WE 3433aa4dUse meson in build/build-extra workflows for now1d96b61WE 4976bd89E 5520c166E 6021a4c4prep for meson7b2f81fBuild firejail with meson 7ed5fdf88📊 Changes
44 files changed (+857 additions, -33 deletions)
View changed files
📝
.github/workflows/build-extra.yml(+15 -9)📝
.github/workflows/build.yml(+13 -9)➕
contrib/meson.build(+24 -0)➕
etc/meson.build(+55 -0)➕
meson.build(+165 -0)➕
meson_options.txt(+45 -0)📝
mkman.sh(+3 -3)📝
src/bash_completion/Makefile.in(+1 -1)📝
src/bash_completion/firejail.bash_completion.in(+1 -1)➕
src/bash_completion/meson.build(+19 -0)➕
src/build-make-compile-seccomp-filters.sh(+30 -0)➕
src/fbuilder/meson.build(+19 -0)➕
src/fcopy/meson.build(+17 -0)➕
src/fids/meson.build(+15 -0)➕
src/firecfg/meson.build(+18 -0)➕
src/firejail/meson.build(+75 -0)➕
src/firemon/meson.build(+31 -0)➕
src/fldd/meson.build(+16 -0)➕
src/fnet/meson.build(+20 -0)➕
src/fnetfilter/meson.build(+15 -0)...and 24 more files
📄 Description
Resolves #4642
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.