Fedora: diferència entre les revisions

De WikiMar
Salta a la navegació Salta a la cerca
(Es crea la pàgina amb « ==SELinux== selinux ==Encrypt User home folder == # yum install keyutils ecryptfs-utils pam_mount # authconfig --enableecryptfs --updateall # usermod -aG ec...».)
 
Línia 13: Línia 13:
  $ ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase (write this down for safe keeping)
  $ ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase (write this down for safe keeping)
  $ ecryptfs-insert-wrapped-passphrase-into-keyring ~/.ecryptfs/wrapped-passphrase
  $ 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

Revisió del 19:05, 29 feb 2016

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