Skip to content

Conversation

felix-schwarz
Copy link
Contributor

Description

Adds a new MDM option confidential.exempted-actions to exempt one or more actions from being automatically disallowed when enabling Confidential Protection.

Example to allow the open in action:

<key>confidential.exempted-actions</key>
<array>
	<string>com.owncloud.action.openin</string>
</array>

Related Issue

https://github.com/owncloud/enterprise/issues/7296

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

felix-schwarz and others added 2 commits August 25, 2025 18:36
	- add new class method to return the array of actions automatically disallowed when confidential protection is turned on
	- add new exempted actions setting (OCClassSettingsKeyConfidentialExemptedActions)
	- adapt disallowedActions to remove exempt actions, thereby allowing them
	- .h: fix ObjC property definitions
	- replace calls to ConfidentialManager with self where favorable
	- classSettingsMetadata: replace strings with symbols
	- .. and other code and style improvements
- doc/CONFIGURATION.json: run automatic MDM documentation re-creation after addition of new options
@felix-schwarz felix-schwarz self-assigned this Aug 25, 2025
@felix-schwarz felix-schwarz requested review from hosy and jesmrec August 25, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants