app-admin/1password: remove keyringhelper logic
1Password no longer provides/needs a KeyringHelper, so we can remove this logic. Closes #3
This commit is contained in:
parent
6ed9047f1f
commit
75672699e5
1 changed files with 0 additions and 4 deletions
|
@ -63,10 +63,6 @@ pkg_postinst() {
|
|||
# See https://github.com/electron/electron/issues/17972
|
||||
chmod 4755 /opt/1Password/chrome-sandbox
|
||||
|
||||
# The binary requires setuid so it may interact with the Kernel keyring facilities
|
||||
chmod u+s /opt/1Password/1Password-KeyringHelper
|
||||
chmod g+s /opt/1Password/1Password-KeyringHelper
|
||||
|
||||
# This gives no extra permissions to the binary. It only hardens it against environmental tampering.
|
||||
chgrp onepassword /opt/1Password/1Password-BrowserSupport
|
||||
chmod g+s /opt/1Password/1Password-BrowserSupport
|
||||
|
|
Loading…
Add table
Reference in a new issue