aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-18 10:37:18 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-18 10:37:18 -0500
commitebb8d8390e805c904321863ebdd807fb068e68a3 (patch)
treee4fecc22acaa86b2c117c7bbbaba913bd35c7a2f
parentmerges (diff)
parentMerge pull request #5589 from nya1/fix/apparmor-invalid-command-line-option (diff)
downloadfirejail-ebb8d8390e805c904321863ebdd807fb068e68a3.tar.gz
firejail-ebb8d8390e805c904321863ebdd807fb068e68a3.tar.zst
firejail-ebb8d8390e805c904321863ebdd807fb068e68a3.zip
Merge branch 'master' of ssh://github.com/netblue30/firejail
-rw-r--r--README2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ca7365b6c..935456bcb 100644
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ $ cd firejail
26$ ./configure && make && sudo make install-strip 26$ ./configure && make && sudo make install-strip
27 27
28On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor 28On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor
29development libraries and pkg-config are required when using --apparmor 29development libraries and pkg-config are required when using --enable-apparmor
30./configure option: 30./configure option:
31 31
32$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk 32$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk
diff --git a/README.md b/README.md
index 5f4aedcde..8a55d2433 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ $ cd firejail
115$ ./configure && make && sudo make install-strip 115$ ./configure && make && sudo make install-strip
116````` 116`````
117On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor 117On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor
118development libraries and pkg-config are required when using `--apparmor` 118development libraries and pkg-config are required when using `--enable-apparmor`
119./configure option: 119./configure option:
120````` 120`````
121$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk 121$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk