wiki/phyllomeos/security.md

42 lines
1.2 KiB
Markdown
Raw Normal View History

2022-01-31 12:35:56 +00:00
---
title: Security in Phyllome OS
description:
published: true
2022-01-31 12:50:55 +00:00
date: 2022-01-31T12:50:53.781Z
2022-01-31 12:35:56 +00:00
tags:
editor: markdown
dateCreated: 2022-01-31T12:35:54.544Z
---
# Security in Phyllome OS
2022-01-31 12:50:39 +00:00
> *Phyllome OS is currently in alpha stage. It should not be used to store any sensitive data*
{.is-warning}
Phyllome OS is a Fedora Remix and as such directly inherits every single security measures in place for Fedora-related distributions, such as SELinux. It also brings some unique security-related features.
2022-01-31 12:50:55 +00:00
* **List of unique security-related features**
2022-01-31 12:50:39 +00:00
* Unprivileged virtual machines with `qemu:///session`, by default
* Filesystem-level encryption with `fscrypt`
* Minimal installations
* **Planned features**
* Unattended installation of security updates
* `systemd` hardening
* `gnome-shell` hardening
## Features
### Data at-rest encryption
Currently, Phyllome OS does **not** provide any kind of encryption by default at the host level.
It provides early support for Filesystem-level encryption, which is just one line of defense.
For any virtual disks that will contain personal data, users are strongly advised to use full-disk encryption as provided by their guest operating system.
2022-01-31 12:35:56 +00:00
---
*[**Go back to parent page**](/phyllomeos)*