Skip to content

Commit f9f3eec

Browse files
timmc-edxrobrap
andauthored
fixup! Add "file" for clarity
Co-authored-by: Robert Raposa <rraposa@edx.org>
1 parent f89e2ab commit f9f3eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codejail.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Development
3131

3232
Changes to the AppArmor profile must be coordinated with changes to the Dockerfile, as they need to agree on filesystem paths.
3333

34-
Any time you update the profile, you'll need to update the profile in your OS as well: ``sudo apparmor_parser --replace -W ./codejail.profile``
34+
Any time you update the profile file, you'll need to update the profile in your OS as well: ``sudo apparmor_parser --replace -W ./codejail.profile``
3535

3636
The profile file contains the directive ``profile codejail_service``. That defines the name of the profile when it is installed into the OS, and must agree with the relevant ``security_opt`` line in ``docker-compose.yml``. This name should not be changed, as it creates a confusing situation and would require every developer who uses codejail-service to do a number of manual steps. (Profiles can't be renamed *within* the OS; they must first be removed **under the old name**, and then a new profile must be installed under the new name.)
3737

0 commit comments

Comments
 (0)