aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES1
-rw-r--r--src/firejail/main.c2
-rw-r--r--src/man/firejail.txt2
3 files changed, 1 insertions, 4 deletions
diff --git a/RELNOTES b/RELNOTES
index c7e3cf987..005329f0f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,5 @@
1firejail (0.9.69) baseline; urgency=low 1firejail (0.9.69) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * modif: --noprofile enforces nonewprivs
4 * modif: --nettrace only available to root user 3 * modif: --nettrace only available to root user
5 * modif: --ids feature needs to be enabled at compile time (#5155) 4 * modif: --ids feature needs to be enabled at compile time (#5155)
6 * feature: enable shell tab completion (#4936) 5 * feature: enable shell tab completion (#4936)
diff --git a/src/firejail/main.c b/src/firejail/main.c
index e1f19dd14..7344be23a 100644
--- a/src/firejail/main.c
+++ b/src/firejail/main.c
@@ -1883,8 +1883,6 @@ int main(int argc, char **argv, char **envp) {
1883 arg_noprofile = 1; 1883 arg_noprofile = 1;
1884 // force keep-config-pulse in order to keep ~/.config/pulse as is 1884 // force keep-config-pulse in order to keep ~/.config/pulse as is
1885 arg_keep_config_pulse = 1; 1885 arg_keep_config_pulse = 1;
1886 // force nonewprivs
1887 arg_nonewprivs = 1;
1888 } 1886 }
1889 else if (strncmp(argv[i], "--ignore=", 9) == 0) { 1887 else if (strncmp(argv[i], "--ignore=", 9) == 0) {
1890 if (custom_profile) { 1888 if (custom_profile) {
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 5f352c843..a18b53fea 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1696,7 +1696,7 @@ Disable printers.
1696 1696
1697.TP 1697.TP
1698\fB\-\-noprofile 1698\fB\-\-noprofile
1699Do not use a security profile. nonewprivs is enforced for this option. 1699Do not use a security profile.
1700.br 1700.br
1701 1701
1702.br 1702.br