From cf0e3acd0dc7e8b2fe673eb890bea6d81648265e Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Wed, 14 Aug 2024 21:09:15 +0000 Subject: [PATCH] Add note to QuickProfileLanguage about directories and trailing slashes --- QuickProfileLanguage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QuickProfileLanguage.md b/QuickProfileLanguage.md index 1a87b3f..6e301c8 100644 --- a/QuickProfileLanguage.md +++ b/QuickProfileLanguage.md @@ -185,6 +185,8 @@ path first. A valid pathname always begins with a **/**. Eg:  } ``` +Entries for specific (non-globbed) directories should have a trailing slash at the end. For example, `/path/to/obj rw` grants permissions for a file `obj`, while `/path/to/obj/ rw` grants permissions for a directory `obj`. + File rules can contain special globbing characters that allow matching to multiple files (see File Globbing, below)