diff --git a/Makefile b/Makefile index 5a08c85bb9f..4c87a120248 100644 --- a/Makefile +++ b/Makefile @@ -380,7 +380,7 @@ scan-build: clean .PHONY: codespell codespell: @printf 'Running %s...\n' $@ - @codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \ + @codespell --ignore-regex 'Manuel|UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \ -S *.d,*.gz,*.o,*.so \ -S COPYING,m4 \ -S ./contrib/syscalls.sh \ diff --git a/RELNOTES b/RELNOTES index e1b0a6107c0..01b5be52014 100644 --- a/RELNOTES +++ b/RELNOTES @@ -266,7 +266,7 @@ firejail (0.9.68) baseline; urgency=low -- netblue30 Sun, 6 Feb 2022 09:00:00 -0500 firejail (0.9.66) baseline; urgency=low - * deprecated --audit options, relpaced by jailcheck utility + * deprecated --audit options, replaced by jailcheck utility * deprecated follow-symlink-as-user from firejail.config * new firejail.config settings: private-bin, private-etc * new firejail.config settings: private-opt, private-srv diff --git a/platform/debian/control.amd64 b/platform/debian/control.amd64 index f666200d55f..59776d325c6 100644 --- a/platform/debian/control.amd64 +++ b/platform/debian/control.amd64 @@ -8,7 +8,7 @@ Suggests: python, python3 Section: admin Priority: optional Homepage: https://github.com/netblue30/firejail -Description: Linux namepaces sandbox program. +Description: Linux namespaces sandbox program. Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccmp-bpf. It includes sandbox profiles for diff --git a/platform/debian/control.i386 b/platform/debian/control.i386 index ab9e0fc525d..3d3f217c990 100644 --- a/platform/debian/control.i386 +++ b/platform/debian/control.i386 @@ -8,7 +8,7 @@ Suggests: python, python3 Section: admin Priority: optional Homepage: https://github.com/netblue30/firejail -Description: Linux namepaces sandbox program. +Description: Linux namespaces sandbox program. Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccmp-bpf. It includes sandbox profiles for diff --git a/src/firecfg/desktop_files.c b/src/firecfg/desktop_files.c index ecb18a60e8f..1895e437b0c 100644 --- a/src/firecfg/desktop_files.c +++ b/src/firecfg/desktop_files.c @@ -57,7 +57,7 @@ static int check_profile(const char *name, const char *homedir) { } -// look for a profile file in /etc/firejail diectory and in homedir/.config/firejail directory +// look for a profile file in /etc/firejail and ~/.config/firejail static int have_profile(const char *filename, const char *homedir) { assert(filename); assert(homedir);