Skip to content

Commit

Permalink
taplo ignore permissions autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Sep 4, 2024
1 parent d6601ea commit ed5931c
Show file tree
Hide file tree
Showing 26 changed files with 601 additions and 150 deletions.
30 changes: 24 additions & 6 deletions plugins/fs/permissions/autogenerated/base-directories/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,47 @@ path = "$APP"
[[set]]
identifier = "allow-app-read-recursive"
description = "This allows full recursive read access to the complete `$APP` folder, files and subdirectories."
permissions = ["read-all", "scope-app-recursive"]
permissions = [
"read-all",
"scope-app-recursive"
]

[[set]]
identifier = "allow-app-write-recursive"
description = "This allows full recursive write access to the complete `$APP` folder, files and subdirectories."
permissions = ["write-all", "scope-app-recursive"]
permissions = [
"write-all",
"scope-app-recursive"
]

[[set]]
identifier = "allow-app-read"
description = "This allows non-recursive read access to the `$APP` folder."
permissions = ["read-all", "scope-app"]
permissions = [
"read-all",
"scope-app"
]

[[set]]
identifier = "allow-app-write"
description = "This allows non-recursive write access to the `$APP` folder."
permissions = ["write-all", "scope-app"]
permissions = [
"write-all",
"scope-app"
]

[[set]]
identifier = "allow-app-meta-recursive"
description = "This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics."
permissions = ["read-meta", "scope-app-recursive"]
permissions = [
"read-meta",
"scope-app-recursive"
]

[[set]]
identifier = "allow-app-meta"
description = "This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics."
permissions = ["read-meta", "scope-app-index"]
permissions = [
"read-meta",
"scope-app-index"
]
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,47 @@ path = "$APPCACHE"
[[set]]
identifier = "allow-appcache-read-recursive"
description = "This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories."
permissions = ["read-all", "scope-appcache-recursive"]
permissions = [
"read-all",
"scope-appcache-recursive"
]

[[set]]
identifier = "allow-appcache-write-recursive"
description = "This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories."
permissions = ["write-all", "scope-appcache-recursive"]
permissions = [
"write-all",
"scope-appcache-recursive"
]

[[set]]
identifier = "allow-appcache-read"
description = "This allows non-recursive read access to the `$APPCACHE` folder."
permissions = ["read-all", "scope-appcache"]
permissions = [
"read-all",
"scope-appcache"
]

[[set]]
identifier = "allow-appcache-write"
description = "This allows non-recursive write access to the `$APPCACHE` folder."
permissions = ["write-all", "scope-appcache"]
permissions = [
"write-all",
"scope-appcache"
]

[[set]]
identifier = "allow-appcache-meta-recursive"
description = "This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics."
permissions = ["read-meta", "scope-appcache-recursive"]
permissions = [
"read-meta",
"scope-appcache-recursive"
]

[[set]]
identifier = "allow-appcache-meta"
description = "This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics."
permissions = ["read-meta", "scope-appcache-index"]
permissions = [
"read-meta",
"scope-appcache-index"
]
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,47 @@ path = "$APPCONFIG"
[[set]]
identifier = "allow-appconfig-read-recursive"
description = "This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories."
permissions = ["read-all", "scope-appconfig-recursive"]
permissions = [
"read-all",
"scope-appconfig-recursive"
]

[[set]]
identifier = "allow-appconfig-write-recursive"
description = "This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories."
permissions = ["write-all", "scope-appconfig-recursive"]
permissions = [
"write-all",
"scope-appconfig-recursive"
]

[[set]]
identifier = "allow-appconfig-read"
description = "This allows non-recursive read access to the `$APPCONFIG` folder."
permissions = ["read-all", "scope-appconfig"]
permissions = [
"read-all",
"scope-appconfig"
]

[[set]]
identifier = "allow-appconfig-write"
description = "This allows non-recursive write access to the `$APPCONFIG` folder."
permissions = ["write-all", "scope-appconfig"]
permissions = [
"write-all",
"scope-appconfig"
]

[[set]]
identifier = "allow-appconfig-meta-recursive"
description = "This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics."
permissions = ["read-meta", "scope-appconfig-recursive"]
permissions = [
"read-meta",
"scope-appconfig-recursive"
]

[[set]]
identifier = "allow-appconfig-meta"
description = "This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics."
permissions = ["read-meta", "scope-appconfig-index"]
permissions = [
"read-meta",
"scope-appconfig-index"
]
30 changes: 24 additions & 6 deletions plugins/fs/permissions/autogenerated/base-directories/appdata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,47 @@ path = "$APPDATA"
[[set]]
identifier = "allow-appdata-read-recursive"
description = "This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories."
permissions = ["read-all", "scope-appdata-recursive"]
permissions = [
"read-all",
"scope-appdata-recursive"
]

[[set]]
identifier = "allow-appdata-write-recursive"
description = "This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories."
permissions = ["write-all", "scope-appdata-recursive"]
permissions = [
"write-all",
"scope-appdata-recursive"
]

[[set]]
identifier = "allow-appdata-read"
description = "This allows non-recursive read access to the `$APPDATA` folder."
permissions = ["read-all", "scope-appdata"]
permissions = [
"read-all",
"scope-appdata"
]

[[set]]
identifier = "allow-appdata-write"
description = "This allows non-recursive write access to the `$APPDATA` folder."
permissions = ["write-all", "scope-appdata"]
permissions = [
"write-all",
"scope-appdata"
]

[[set]]
identifier = "allow-appdata-meta-recursive"
description = "This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics."
permissions = ["read-meta", "scope-appdata-recursive"]
permissions = [
"read-meta",
"scope-appdata-recursive"
]

[[set]]
identifier = "allow-appdata-meta"
description = "This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics."
permissions = ["read-meta", "scope-appdata-index"]
permissions = [
"read-meta",
"scope-appdata-index"
]
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,47 @@ path = "$APPLOCALDATA"
[[set]]
identifier = "allow-applocaldata-read-recursive"
description = "This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories."
permissions = ["read-all", "scope-applocaldata-recursive"]
permissions = [
"read-all",
"scope-applocaldata-recursive"
]

[[set]]
identifier = "allow-applocaldata-write-recursive"
description = "This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories."
permissions = ["write-all", "scope-applocaldata-recursive"]
permissions = [
"write-all",
"scope-applocaldata-recursive"
]

[[set]]
identifier = "allow-applocaldata-read"
description = "This allows non-recursive read access to the `$APPLOCALDATA` folder."
permissions = ["read-all", "scope-applocaldata"]
permissions = [
"read-all",
"scope-applocaldata"
]

[[set]]
identifier = "allow-applocaldata-write"
description = "This allows non-recursive write access to the `$APPLOCALDATA` folder."
permissions = ["write-all", "scope-applocaldata"]
permissions = [
"write-all",
"scope-applocaldata"
]

[[set]]
identifier = "allow-applocaldata-meta-recursive"
description = "This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics."
permissions = ["read-meta", "scope-applocaldata-recursive"]
permissions = [
"read-meta",
"scope-applocaldata-recursive"
]

[[set]]
identifier = "allow-applocaldata-meta"
description = "This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics."
permissions = ["read-meta", "scope-applocaldata-index"]
permissions = [
"read-meta",
"scope-applocaldata-index"
]
30 changes: 24 additions & 6 deletions plugins/fs/permissions/autogenerated/base-directories/applog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,47 @@ path = "$APPLOG"
[[set]]
identifier = "allow-applog-read-recursive"
description = "This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories."
permissions = ["read-all", "scope-applog-recursive"]
permissions = [
"read-all",
"scope-applog-recursive"
]

[[set]]
identifier = "allow-applog-write-recursive"
description = "This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories."
permissions = ["write-all", "scope-applog-recursive"]
permissions = [
"write-all",
"scope-applog-recursive"
]

[[set]]
identifier = "allow-applog-read"
description = "This allows non-recursive read access to the `$APPLOG` folder."
permissions = ["read-all", "scope-applog"]
permissions = [
"read-all",
"scope-applog"
]

[[set]]
identifier = "allow-applog-write"
description = "This allows non-recursive write access to the `$APPLOG` folder."
permissions = ["write-all", "scope-applog"]
permissions = [
"write-all",
"scope-applog"
]

[[set]]
identifier = "allow-applog-meta-recursive"
description = "This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics."
permissions = ["read-meta", "scope-applog-recursive"]
permissions = [
"read-meta",
"scope-applog-recursive"
]

[[set]]
identifier = "allow-applog-meta"
description = "This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics."
permissions = ["read-meta", "scope-applog-index"]
permissions = [
"read-meta",
"scope-applog-index"
]
30 changes: 24 additions & 6 deletions plugins/fs/permissions/autogenerated/base-directories/audio.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,47 @@ path = "$AUDIO"
[[set]]
identifier = "allow-audio-read-recursive"
description = "This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories."
permissions = ["read-all", "scope-audio-recursive"]
permissions = [
"read-all",
"scope-audio-recursive"
]

[[set]]
identifier = "allow-audio-write-recursive"
description = "This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories."
permissions = ["write-all", "scope-audio-recursive"]
permissions = [
"write-all",
"scope-audio-recursive"
]

[[set]]
identifier = "allow-audio-read"
description = "This allows non-recursive read access to the `$AUDIO` folder."
permissions = ["read-all", "scope-audio"]
permissions = [
"read-all",
"scope-audio"
]

[[set]]
identifier = "allow-audio-write"
description = "This allows non-recursive write access to the `$AUDIO` folder."
permissions = ["write-all", "scope-audio"]
permissions = [
"write-all",
"scope-audio"
]

[[set]]
identifier = "allow-audio-meta-recursive"
description = "This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics."
permissions = ["read-meta", "scope-audio-recursive"]
permissions = [
"read-meta",
"scope-audio-recursive"
]

[[set]]
identifier = "allow-audio-meta"
description = "This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics."
permissions = ["read-meta", "scope-audio-index"]
permissions = [
"read-meta",
"scope-audio-index"
]
Loading

0 comments on commit ed5931c

Please sign in to comment.