How to use apparmor: 2-Minute Linux Tips

How to use apparmor: 2-Minute Linux Tips

Assessment

Interactive Video

Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial introduces AppArmor, a security module for Linux systems like Ubuntu and Debian. It contrasts AppArmor with SELinux, highlighting that they cannot run simultaneously. AppArmor uses file system paths for restrictions, unlike SELinux, which uses security labels. The tutorial explains how to check if AppArmor is active using the 'AppArmor status' command and interprets the output, which shows loaded security profiles and their modes. It emphasizes AppArmor's role in restricting access to processes and applications without much configuration, though profiles can be modified in the '/etc/apparmor.d' directory.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key difference between AppArmor and SELinux?

AppArmor uses security labels, while SELinux uses file paths.

AppArmor and SELinux can run simultaneously.

Both use the same method for enforcing restrictions.

AppArmor uses file system paths, while SELinux uses security labels.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to check if AppArmor is active on a system?

AppArmor verify

AppArmor status

AppArmor check

AppArmor inspect

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'enforce mode' in AppArmor indicate?

It logs complaints without restricting access.

It restricts access to processes and applications.

It allows all processes to run without restrictions.

It disables all security profiles.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where are AppArmor application profiles stored?

/var/lib/apparmor

/usr/local/apparmor

/etc/apparmor.d

/opt/apparmor/profiles

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do the names of files in the AppArmor profiles directory correspond to?

Security labels

User permissions

Network configurations

Executable locations on the system