aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-27 09:37:09 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-27 09:37:09 -0400
commite8cf957a8bf3deda07e608e0c482b38cd573627a (patch)
treec935731763eb38af17354e91e123a3f02afc3b21 /src/man/firejail-profile.txt
parentmodif: remount-proc-sys deprecated from firejail.config (diff)
downloadfirejail-e8cf957a8bf3deda07e608e0c482b38cd573627a.tar.gz
firejail-e8cf957a8bf3deda07e608e0c482b38cd573627a.tar.zst
firejail-e8cf957a8bf3deda07e608e0c482b38cd573627a.zip
modif: --profile-path was deprecated
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 39680ab0a..77bdffb62 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -594,37 +594,6 @@ instead of the default one.
594Join the sandbox identified by name or start a new one. 594Join the sandbox identified by name or start a new one.
595Same as "firejail --join=sandboxname" command if sandbox with specified name exists, otherwise same as "name sandboxname". 595Same as "firejail --join=sandboxname" command if sandbox with specified name exists, otherwise same as "name sandboxname".
596 596
597.SH RELOCATING PROFILES
598For various reasons some users might want to keep the profile files in a different directory.
599Using \fB--profile-path\fR command line option, Firejail can be instructed to look for profiles
600into this directory.
601
602This is an example of relocating the profile files into a new
603directory, /home/netblue/myprofiles. Start by creating the new directory and copy all
604the profile files in:
605.br
606
607.br
608$ mkdir ~/myprofiles && cd ~/myprofiles && cp /etc/firejail/* .
609.br
610
611.br
612Using \fBsed\fR utility, modify the absolute paths for \fBinclude\fR commands:
613.br
614
615.br
616$ sed -i "s/\\/etc\\/firejail/\\/home\\/netblue\\/myprofiles/g" *.profile
617.br
618$ sed -i "s/\\/etc\\/firejail/\\/home\\/netblue\\/myprofiles/g" *.inc
619.br
620
621.br
622Start Firejail using the new path:
623.br
624
625.br
626$ firejail --profile-path=~/myprofiles
627
628.SH FILES 597.SH FILES
629/etc/firejail/filename.profile, $HOME/.config/firejail/filename.profile 598/etc/firejail/filename.profile, $HOME/.config/firejail/filename.profile
630 599