Fedora

De WikiMar
Salta a la navegació Salta a la cerca

SELinux

selinux


Encrypt User home folder

# yum install keyutils ecryptfs-utils pam_mount
# authconfig --enableecryptfs --updateall
# usermod -aG ecryptfs USER
# ecryptfs-migrate-home -u USER
# su - USER
$ ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase (write this down for safe keeping)
$ ecryptfs-insert-wrapped-passphrase-into-keyring ~/.ecryptfs/wrapped-passphrase


List manually installed packages

yumdb search  command_line "*install*" | grep command_line | sort | uniq
yumdb search reason user