summarylogtreecommitdiffstats
path: root/1password.install
diff options
context:
space:
mode:
Diffstat (limited to '1password.install')
-rwxr-xr-x1password.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/1password.install b/1password.install
index 156badc2ee65..f04b2920aa01 100755
--- a/1password.install
+++ b/1password.install
@@ -11,16 +11,10 @@ app_group_exists() {
setup_browser_helper() {
# Setup the Core App Integration helper binary with the correct permissions and group
- HELPER_PATH="/opt/1Password/1Password-KeyringHelper"
BROWSER_SUPPORT_PATH="/opt/1Password/1Password-BrowserSupport"
chgrp "${GROUP_NAME}" $BROWSER_SUPPORT_PATH
chmod g+s $BROWSER_SUPPORT_PATH
-
- chgrp "${GROUP_NAME}" $HELPER_PATH
- # The binary requires setuid so it may interact with the Kernel keyring facilities
- chmod u+s $HELPER_PATH
- chmod g+s $HELPER_PATH
}
pre_install() {