mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
45 lines
1.7 KiB
Text
45 lines
1.7 KiB
Text
1. Deal with .purple directory. It holds the confiig files for pidgin
|
||
|
||
2. Startup warnings on Arch Linux:
|
||
|
||
(all fine here)
|
||
$ ./firejail
|
||
Parent pid 2495, child pid 2496
|
||
Child process initialized
|
||
$
|
||
|
||
(warnings)
|
||
$ ./firejail --overlay
|
||
Parent pid 2500, child pid 2501
|
||
OverlayFS configured in /home/ablive/.firejail/2500 directory
|
||
Warning: /var/lock not mounted
|
||
Warning: cannot find /var/run/utmp
|
||
Warning: failed to unmount /sys
|
||
Child process initialized
|
||
$
|
||
|
||
(warnings)
|
||
$ ./firejail --chroot=/media/mylinux
|
||
Parent pid 2503, child pid 2504
|
||
Warning: cannot find /var/run/utmp
|
||
Dropping all Linux capabilities and enforcing default seccomp filter
|
||
Warning: failed to unmount /sys
|
||
Child process initialized
|
||
$
|
||
|
||
3. Remove private.keep in 0.9.34 release (deprecated in 0.9.30)
|
||
|
||
4. Remove exclude-token from profile include in 0.9.34 (deprecated in 0.9.30)
|
||
|
||
5. Debian 32bit compile with --enable-fatal-warnings
|
||
make[1]: Entering directory `/home/netblue/work/firejail-0.9.30/src/firejail'
|
||
cc -ggdb -W -Wall -Werror -O2 -DVERSION='"0.9.30"' -DPREFIX='"/usr"' -DHAVE_SECCOMP -DHAVE_CHROOT -DHAVE_BIND -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -c seccomp.c -o seccomp.o
|
||
seccomp.c: In function ‘write_seccomp_file’:
|
||
seccomp.c:337:81: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Werror=format]
|
||
seccomp.c: In function ‘read_seccomp_file’:
|
||
seccomp.c:391:81: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Werror=format]
|
||
cc1: all warnings being treated as errors
|
||
make[1]: *** [seccomp.o] Error 1
|
||
|
||
6. Debian 32bit - multiple problems with the testing utility
|
||
|