Skip to content

Commit

Permalink
Disables sandbox for more actions.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=133811000
  • Loading branch information
hermione521 authored and laszlocsomor committed Sep 21, 2016
1 parent 048bbfc commit 3cd9417
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ private void registerExtractTeamPrefixAction(Artifact teamPrefixFile) {
ruleContext.registerAction(
ObjcRuleClasses.spawnBashOnDarwinActionBuilder(shellCommand)
.setMnemonic("ExtractIosTeamPrefix")
.disableSandboxing()
.addInput(releaseBundling.getProvisioningProfile())
.addOutput(teamPrefixFile)
.build(ruleContext));
Expand All @@ -1010,6 +1011,7 @@ private ReleaseBundlingSupport registerExtractEntitlementsAction(Artifact entitl
ruleContext.registerAction(
ObjcRuleClasses.spawnBashOnDarwinActionBuilder(shellCommand)
.setMnemonic("ExtractIosEntitlements")
.disableSandboxing()
.setProgressMessage("Extracting entitlements: " + ruleContext.getLabel())
.addInput(releaseBundling.getProvisioningProfile())
.addOutput(entitlements)
Expand Down

0 comments on commit 3cd9417

Please sign in to comment.