Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
notebook
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
notebook
Commits
54843bc7
There was an error fetching the commit references. Please try again later.
Commit
54843bc7
authored
3 years ago
by
Recolic K
Browse files
Options
Downloads
Patches
Plain Diff
data policy
parent
c2548d42
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unified-data-policy.md
+46
-0
46 additions, 0 deletions
unified-data-policy.md
with
46 additions
and
0 deletions
unified-data-policy.md
0 → 100644
+
46
−
0
View file @
54843bc7
# Unified data policy
## Replication policies
-
Level 4: at least 4 copies, in 3 location, 2 countries, 2 continents.
-
Level 3: at least 3 copies, in 2 location, 2 countries.
-
Level 2: at least 2 copies.
-
Level 1: at least 1 copies.
## Confidential Policies
> `sensitive` means I don't want to leak it, `important` means I don't want to lost it.
-
type D: non-sensitive important data, such as environent setup script, software installation packs, saved movies, ...
-
type I: public personal data, or non-important public data.
-
type N2: sensitive important personal data, such as photos, development, game save...
-
type N1: sensitive non-important personal data, such as system logs, chat logs, screenshots, web history, development environment, ...
-
type M: secret keys/seeds/passwords, server userdata...
-
type MX: GPG masterkey itself.
-
[TODO]X
> **super key doesn't not apply any data policy, and FORBIDDEN to save on ANY medium.**
|Type|Encryption|Ownership|Replication|Current
\_
Solution|
|---|---|---|---|---|
|M|Always 2-factor, by GPG master key or super key|First-party|Level 4|extraDisk/.backup/typeM|
|MX|Always, by cold key and super key|First-party|Level 4|extraDisk/.backup/typeM|
|N2|Always|First-party or Third-party|Level 2|~/extraDisk/.backup|
|N1|Always|First-party or Third-party|Level 1|normal encrypted devices|
|D|Optional|First-party or Third-party|Level 2|nfs/rpc
\_
downloads|
|I|Optional|First-party or Third-party|Level 1|normal devices|
|Properties|Important|Non-Important|
|---|---|---|
|Sensitive|MX,M,N2|N1|
|Non-sensitive|D|I|
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment