diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-06 16:18:30 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-06 16:18:30 +1100 |
| commit | 2c30354c4af308bf9856a3651d9ba3a686eed936 (patch) | |
| tree | 74fe8ee40fb519feb5a865622fc32531b94220f7 /AclEnum.cs | |
| parent | 3d5f6e47bd74ce77d5ec253f51b7cef1b42099ef (diff) | |
More work on AclDialog
Diffstat (limited to 'AclEnum.cs')
| -rw-r--r-- | AclEnum.cs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ public enum MediaPermissions : ulong { [AclPermission("Set tags")] SetTags = 0x10, [AclPermission("View permissions")] GetAcl = 0x20, [AclPermission("Set permissions")] SetAcl = 0x40, - [AclPermission("Full control")] FullControl = 0x7F + [AclPermission("Download media")] Save = 0x80, + [AclPermission("Full read")] FullRead = 0xA9, + [AclPermission("Full control")] FullControl = 0xFF } [Flags] |
