-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DBP: Enable DBP Operations to Run When Device is Locked #2797
DBP: Enable DBP Operations to Run When Device is Locked #2797
Conversation
…n, slightly improve implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay yep that was it, looks good!
@@ -18,7 +18,11 @@ | |||
|
|||
import Foundation | |||
|
|||
extension Bundle { | |||
protocol GroupNameProviding { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was very inevitable 😅
This PR has been inactive for more than 7 days and will be automatically closed 7 days from now. |
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved # LocalPackages/DataBrokerProtection/Package.swift # LocalPackages/NetworkProtectionMac/Package.swift # LocalPackages/SubscriptionUI/Package.swift
* main: Add optional "multiple" property to PageElement (#2827) Update BSK for iOS RMF changes (#2831) Bump version to 1.91.0 (197) Set marketing version to 1.91.0 Update embedded files DBP: Enable DBP Operations to Run When Device is Locked (#2797) Update autoconsent to v10.9.0 (#2822) Bump version to 1.90.0 (196) Revert "Add PIPAgent entitlement (#2821)" (#2823) Bump version to 1.90.0 (195) Bump version to 1.90.0 (194) Add PIPAgent entitlement (#2821) Fixes some VPN uninstallation issues (#2820) Bump version to 1.90.0 (193) Remove autofill survey (#2819)
Task/Issue URL: https://app.asana.com/0/1206488453854252/1206891169830209/f
Tech Design URL: https://app.asana.com/0/1206488453854252/1207313481959835/f
Description:
This PR changes the accessibility attribute of DBP Keychain items to enable them to be accessed when the device is locked. It also migrates Keychain values for existing DBP users.
** Testing Pre-requisites **
Steps to test this PR:
Ensure Keychain Migration Works & Existing Data Is Retained
main
buildEnsure Scans Work
Ensure Scans Work When Device is Locked/Sleeping
Note: Device should be plugged in, and left for an hour or more (during lunch, after work etc.)
—
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation