mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
copyright 2014-2026 all over the place
This commit is contained in:
parent
ed89f7c325
commit
2a5062c800
456 changed files with 456 additions and 456 deletions
2
README
2
README
|
|
@ -1475,4 +1475,4 @@ Zack Weinberg (https://github.com/zackw)
|
||||||
zupatisc (https://github.com/zupatisc)
|
zupatisc (https://github.com/zupatisc)
|
||||||
- patch-util fix
|
- patch-util fix
|
||||||
|
|
||||||
Copyright (C) 2014-2025 Firejail Authors
|
Copyright (C) 2014-2026 Firejail Authors
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
# This script automates the creation of a .deb package. It was originally
|
# This script automates the creation of a .deb package. It was originally
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
"""
|
"""
|
||||||
Figure out which profile options may be causing a particular program to break
|
Figure out which profile options may be causing a particular program to break
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
# Requirements:
|
# Requirements:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
STRACE_OUTPUT_FILE="$(pwd)/strace_output.txt"
|
STRACE_OUTPUT_FILE="$(pwd)/strace_output.txt"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
# Purpose: Fetch, compile, and install firejail from GitHub source. For
|
# Purpose: Fetch, compile, and install firejail from GitHub source. For
|
||||||
|
|
|
||||||
2
gcov.sh
2
gcov.sh
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
# GCOV test setup
|
# GCOV test setup
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
echo "installing..."
|
echo "installing..."
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
gcov_init() {
|
gcov_init() {
|
||||||
|
|
|
||||||
2
mkasc.sh
2
mkasc.sh
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
. "$(dirname "$0")/config.sh" || exit 1
|
. "$(dirname "$0")/config.sh" || exit 1
|
||||||
|
|
|
||||||
2
mkdeb.sh
2
mkdeb.sh
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
# based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
|
# based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
|
||||||
|
|
|
||||||
2
mketc.sh
2
mketc.sh
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
sed -i -e '
|
sed -i -e '
|
||||||
|
|
|
||||||
2
mkuid.sh
2
mkuid.sh
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
|
|
||||||
echo "extracting UID_MIN and GID_MIN"
|
echo "extracting UID_MIN and GID_MIN"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ This is the Debian/Ubuntu prepackaged version of firejail.
|
||||||
and networking stack isolation, and it runs on any recent Linux system. It
|
and networking stack isolation, and it runs on any recent Linux system. It
|
||||||
includes a sandbox profile for Mozilla Firefox.
|
includes a sandbox profile for Mozilla Firefox.
|
||||||
|
|
||||||
Copyright (C) 2014-2025 Firejail Authors (see README file for more details)
|
Copyright (C) 2014-2026 Firejail Authors (see README file for more details)
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
#
|
#
|
||||||
# Usage: ./platform/rpm/mkrpm.sh <config options>
|
# Usage: ./platform/rpm/mkrpm.sh <config options>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# This file is part of Firejail project
|
# This file is part of Firejail project
|
||||||
# Copyright (C) 2014-2025 Firejail Authors
|
# Copyright (C) 2014-2026 Firejail Authors
|
||||||
# License GPL v2
|
# License GPL v2
|
||||||
#
|
#
|
||||||
# Usage: firejail-welcome PROGRAM SYSCONFDIR USER_NAME
|
# Usage: firejail-welcome PROGRAM SYSCONFDIR USER_NAME
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2009-2020 The systemd Authors
|
* Copyright (C) 2009-2020 The systemd Authors
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project, from systemd selinux-util.c
|
* This file is part of firejail project, from systemd selinux-util.c
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2025 Firejail Authors
|
* Copyright (C) 2014-2026 Firejail Authors
|
||||||
*
|
*
|
||||||
* This file is part of firejail project
|
* This file is part of firejail project
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue