feat(aa): use profile guideline to sort file rules.

This commit is contained in:
Alexandre Pujol 2023-09-30 13:54:04 +01:00
parent 4dfc1388e3
commit c0bc903101
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 57 additions and 11 deletions

View file

@ -90,9 +90,8 @@ var (
"/opt", // 2.3 opt binaries & libraries
"/usr/share", // 3. shared data
"/etc", // 4. system configuration
"/", // 5.1 system data
"/var", // 5.2 system data read/write data
"/boot", // 5.3 boot files
"/var", // 5.1 system read/write data
"/boot", // 5.2 boot files
"/home", // 6.1 user data
"@{HOME}", // 6.2 home files
"@{user_cache_dirs}", // 7.1 user caches