newb is confused with firejail messages

hello. i tried setup
firejail as wiki says: su pacman -S firejail → firejail firefox

im little bit confused , is there now some error what i need to repair (with that “aa-enforce…”)

or is it all ok?

Mod edit: Text image removed. Check this out: [HowTo] Request support

don’t know what wiki this tells but manjaro uses the “sudo” command instead of “su”.

Did you read Firejail - ArchWiki

Did you follow the instructions in the install message

In order to use the apparmor integration with firejail, install the apparmor package and run as root: 'apparmor_parser -r /etc/apparmor.d/firejail-default'

You will likely also need to enable and start the apparmor.service

sudo systemctl enable --now apparmor.service

Bear in mind that if you configure firejail to the extent described in the Arch Wiki - upon removal of firejail you will need to clear out unwanted files in /usr/local/

Hi @findian, and welcome!

This doesn’t make sense, actually.

And also, we need more information if there seems to be a problem and you wish assistance.

  • Which Wiki?
  • Did you check the Manjaro wiki?
  • Did you check the Arch wiki?

See:

Please also note and heed: Forum Rules - Manjaro

Hope you manage!


:bangbang: Tip: :bangbang:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby improving legibility and making it much easier for those trying to be of assistance.


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.