Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Created November 4, 2012 11:11
Show Gist options
  • Save mneuhaus/4011390 to your computer and use it in GitHub Desktop.
Save mneuhaus/4011390 to your computer and use it in GitHub Desktop.
Flow: Policy to disallow everything except the LoginController
# #
# Security policy for the TYPO3 package #
# #
resources:
methods:
ADU: 'method(Famelo\ADU\(?!.*Login).*->.*())'
roles:
Administrator: [ Editor ]
Editor: []
acls:
Editor:
methods:
ADU: GRANT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment