Advertisement
Aiidoneus

Auto-Permission Setting

Feb 12th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. default-assignments {
  2. rule1 {
  3. if {
  4. has-true="<permission.node>"
  5. }
  6. give = [
  7. "permission.node"
  8. ]
  9. }
  10. rule2 {
  11. if {
  12. has-true="<permission.node>"
  13. }
  14. give = [
  15. "permission.node"
  16. ]
  17. }
  18. rule3 {
  19. if {
  20. has-true="<permission.node>"
  21. }
  22. give = [
  23. "permission.node"
  24. ]
  25. }
  26. rule4 {
  27. if {
  28. has-true="<permission.node>"
  29. }
  30. give = [
  31. "permission.node"
  32. ]
  33. }
  34. rule5 {
  35. if {
  36. has-true="<permission.node>"
  37. }
  38. give = [
  39. "permission.node"
  40. ]
  41. }
  42. rule6 {
  43. if {
  44. has-true="<permission.node>"
  45. }
  46. give = [
  47. "permission.node"
  48. ]
  49. }
  50. rule7 {
  51. if {
  52. has-true="<permission.node>"
  53. }
  54. give = [
  55. "permission.node"
  56. ]
  57. }
  58. rule8 {
  59. if {
  60. has-true="<permission.node>"
  61. }
  62. give = [
  63. "permission.node"
  64. ]
  65. }
  66.  
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement