diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-18 11:19:07 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-18 11:19:07 +0900 |
commit | d76b866444462dbb7a0ab10c0f92b9452d989682 (patch) | |
tree | 71fb3d6ab6fbf3170012de366d5c38c0eb57b0c3 /src | |
parent | 574f5a421ff9d1b748293dbd350a37af3870ad7e (diff) | |
download | ecryptfs-utils-d76b866444462dbb7a0ab10c0f92b9452d989682.tar.gz ecryptfs-utils-d76b866444462dbb7a0ab10c0f92b9452d989682.tar.bz2 ecryptfs-utils-d76b866444462dbb7a0ab10c0f92b9452d989682.zip |
Imported Upstream version 111upstream/111upstream
Diffstat (limited to 'src')
-rwxr-xr-x | src/utils/ecryptfs-setup-private | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/ecryptfs-setup-private b/src/utils/ecryptfs-setup-private index 3d9f046..e90d1d0 100755 --- a/src/utils/ecryptfs-setup-private +++ b/src/utils/ecryptfs-setup-private @@ -409,6 +409,8 @@ echo echo "$(gettext 'Done configuring.')" echo +# Link the user and session keyrings +keyctl link @u @s # Skip the tests if we're in bootstrap mode, but exit with the encrypted # homedir mounted if [ "$BOOTSTRAP" = "1" ]; then |