forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliferay-plugin-package_7_0_0.properties
772 lines (680 loc) · 24.7 KB
/
liferay-plugin-package_7_0_0.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
##
## General
##
#
# Set the display name of the plugin.
#
name=
#name=Nosester App
#
# Specify a module group identifier for the plugin.
#
module-group-id=
#module-group-id=liferay
#module-group-id=nosester
#
# Specify the starting version number of the plugin. Every time a user
# modifies the plugin, the version number increments by 1.
#
module-incremental-version=
#module-incremental-version=1
#
# Specify a list of comma delimited tags that categorize the plugin.
#
tags=
#tags=collaboration, communication
#
# Provide a short description of the plugin for users to read.
#
# Note: the text of this element can contain simple HTML formatting.
#
short-description=
#
# Provide a long description of the plugin for users to read.
#
# Note: the text value of this property can contain simple HTML formatting.
#
#long-description=
#
# Describe the changes made in the latest release. Try to offer all
# information users might need in deciding whether to update from a previous
# version of the plugin.
#
# Note: the text value of this property can contain simple HTML formatting.
#
change-log=
#
# Specify the URL of the plugin's home page.
#
page-url=
#page-url=http://www.liferay.com
#page-url=http://www.nosester.com
#
# Specify the URL of the plugin's download page.
#
#download-url=
#download-url=http://www.nosester.com/downloads
#
# Specify the plugin's author(s).
#
author=
#author=Liferay, Inc.
#author=Nosester
#author=Jose Nose and Peter Proboscis
#
# Specify a list of comma delimited licenses under which the plugin is
# provided.
#
licenses=
#licenses=AGPL
#licenses=CCA
#licenses=GPL
#licenses=LGPL
#
# Specify a list of comma delimited Liferay versions that are supported by
# the plugin.
#
liferay-versions=
#liferay-versions=6.1.10, 6.1.20
#liferay-versions=7.0.0
#
# Specify all JARs the plugin requires. If any of these JAR files are
# already present in Liferay Portal's "lib" folder, avoid packaging them
# again by adding them here.
#
# During deployment, these JARs are copied from Liferay Portal's "lib"
# folder to the deployed plugin's "lib" folder. The JAR files are also added
# to the plugin's API class path container.
#
#portal-dependency-jars=
#portal-dependency-jars=\
# jstl-api.jar,\
# jstl-impl.jar,\
# slf4j-api.jar
#
# Specify all TLDs the plugin requires. If any of these TLD files are
# already present in Liferay Portal's "tld" folder, avoid packaging them
# again by adding them here.
#
# During deployment, these TLDs are copied from Liferay Portal's "tld"
# folder to the deployed plugin's "tld" folder and setup in web.xml to
# facilitate design time DTD validation.
#
#portal-dependency-tlds=
#portal-dependency-tlds=c.tld
#
# Specify other plugins that depend on deployment of this plugin. Some
# plugins require this in order to rely on services and features provided by
# other plugins.
#
#required-deployment-contexts=
#required-deployment-contexts=\
# chat-portlet,\
# flash-portlet,\
# sample-service-builder-portlet
##
## Resources Importer
##
#
# Set this to "true" to enable the Resources Importer Developer Mode for a
# theme plugin. The developer mode requires the "resources-importer-web"
# plugin, which resides in the Resources Importer CE/EE app. The Resources
# Importer CE/EE app can be downloaded from Liferay Marketplace.
#
# The "resources-importer-web" plugin allows front-end developers to package
# layouts, portlet configurations, site pages, and web content together in a
# theme without saving it as a compiled LAR file. This allows for greater
# flexibility in the plugin's usage between Liferay Portal versions. When a
# theme has the developer mode turned on, layouts and resources of the site
# template are deleted and recreated during new deployment. This allows for
# modifications to show without manual deletion of site templates.
#
# For marketplace themes, the "resources-importer-web" must be included in
# the "required-deployment-contexts" list. Also, the
# "docroot/WEB-INF/src/resources-importer" folder must exist within the
# theme structure. Failing to comply with these settings will cause an error
# preventing submission of the theme.
#
#resources-importer-developer-mode-enabled=
#resources-importer-developer-mode-enabled=true
#
# Specify a directory on the portal host from which to import resources with
# this theme.
#
# By default, the Resources Importer looks in the theme's
# /WEB-INF/classes/resources-importer/ for resources to import.
#
#resources-importer-external-dir=
#resources-importer-external-dir=\
# ${context.path}/WEB-INF/classes/test/resource/
#
# Specify the name of the class into which the theme's resources are to be
# imported. This property should only be set if resources are to be imported
# with the theme.
#
# To import resources directly into a specific site, specify target class
# name com.liferay.portal.model.Group and the site's name for the
# "resources-importer-target-value" property.
#
# For example, Liferay's Welcome theme specifies class name
# com.liferay.portal.model.Group and Guest for the
# "resources-importer-target-value" property.
#
# By default, resources are imported into a
# com.liferay.portal.model.LayoutSetPrototype (site template).
#
#resources-importer-target-class-name=
#resources-importer-target-class-name=com.liferay.portal.model.Group
#
# Specify the name of the target class instance into which the theme's
# resources are to be imported. A new instance of the target class is
# created if an instance with the specified name does not exist.
#
# For example, Liferay's Welcome theme specifies Guest as the target value,
# to import the theme's resources to the Guest group.
#
# By default, if no target value is specified, the theme's resources are
# imported into an instance of the target class named after the theme.
#
#resources-importer-target-value=
#resources-importer-target-value=Guest
#resources-importer-target-value=Some Site
##
## Security Manager
##
#
# Set to "true" to enable the Security Manager. If the plugin is being
# distributed either through Liferay Marketplace or through a web site, it
# must be turned on. Also, the security manager should be turned on when
# doing final testing on applications, due to the assumption that
# potential users will also have the security manager turned on.
#
# As a suggested plugin development approach, disable the security manager
# (by setting this property to false) until plugin development is complete.
#
# By default, the security manager is turned off.
#
security-manager-enabled=false
##
## Access Declared Members Security
##
#
# Set to "true" if the plugin is permitted to change the accessibility of
# private members (constructors, fields, inner classes, methods) of classes
# outside the plugin.
#
security-manager-access-declared-members=false
##
## AWT Security
##
#
# Specify the AWT operations the plugin is permitted to access.
#
#security-manager-awt-operations=
#security-manager-awt-operations=\
# accessClipboard,\
# accessEventQueue,\
# accessSystemTray,\
# createRobot,\
# fullScreenExclusive,\
# listenToAllAWTEvents,\
# readDisplayPixels,\
# replaceKeyboardFocusManager,\
# setAppletStub,\
# setWindowAlwaysOnTop,\
# showWindowWithoutWarningBanner,\
# toolkitModality,\
# watchMousePointer
##
## Class Loader Security
##
#
# Specify the reference IDs of plugins for this plugin to access.
#
#security-manager-class-loader-reference-ids=
#security-manager-class-loader-reference-ids=\
# 1_WAR_flashportlet,\
# flash-portlet
##
## Create Class Loader Security
##
#
# Specify if the plugin can create class loaders.
#
security-manager-create-class-loader=false
##
## Environment Variable Security
##
#
# Specify regular expression patterns used to match environment variables
# that the plugin is permitted to access.
#
#security-manager-environment-variables=
#security-manager-environment-variables=\
# java.home,\
# java.vendor,\
# java.version,\
# java.vm.v.*
##
## Exando Bridge Security
##
#
# Specify models having Expando Bridge attributes the plugin is permitted to
# access. The plugin can also access Expando Bridge attributes via the
# wrapper classes of the models.
#
#security-manager-expando-bridge=
#security-manager-expando-bridge=\
# com.liferay.portal.model.User
##
## File Security
##
#
# Specify files the plugin is permitted to delete.
#
#security-manager-files-delete=
#security-manager-files-delete=\
# ${auto.deploy.installed.dir}/chat-portlet/WEB-INF/src/com/liferay/chat/util/ChatUtil.java,\
# \
# ${auto.deploy.installed.dir}/chat-portlet.war/WEB-INF/src/com/liferay/chat/util/ChatUtil.java,\
# \
# ${org.apache.geronimo.home.dir}/repository/liferay/chat-portlet/${release.info.version}.1/chat-portlet-${release.info.version}.1.car/WEB-INF/src/com/liferay/chat/util/ChatUtil.java,\
# \
# ${websphere.profile.dir}/installedApps/liferay-cell/chat-portlet.ear/chat-portlet.war/WEB-INF/src/com/liferay/chat/util/ChatUtil.java
#
# Specify files the plugin is permitted to execute.
#
#security-manager-files-execute=
#security-manager-files-execute=\
# /bin/bash,\
# C:\\WINDOWS\\system32\\ping.exe
#
# Specify files the plugin is permitted to read.
#
# The '*' character in a path name indicates all files in the current
# directory. The '-' character in a path name indicates all files in
# the current directory and in its subdirectories.
#
#security-manager-files-read=
#security-manager-files-read=\
# ${auto.deploy.installed.dir}/chat-portlet/images/*,\
# ${auto.deploy.installed.dir}/chat-portlet/WEB-INF/liferay-releng.properties,\
# ${auto.deploy.installed.dir}/chat-portlet/WEB-INF/src/-,\
# \
# ${auto.deploy.installed.dir}/chat-portlet.war/images/*,\
# ${auto.deploy.installed.dir}/chat-portlet.war/WEB-INF/liferay-releng.properties,\
# ${auto.deploy.installed.dir}/chat-portlet.war/WEB-INF/src/-,\
# \
# ${org.apache.geronimo.home.dir}/repository/liferay/chat-portlet/${release.info.version}.1/chat-portlet-${release.info.version}.1.car/images/*,\
# ${org.apache.geronimo.home.dir}/repository/liferay/chat-portlet/${release.info.version}.1/chat-portlet-${release.info.version}.1.car/WEB-INF/liferay-releng.properties,\
# ${org.apache.geronimo.home.dir}/repository/liferay/chat-portlet/${release.info.version}.1/chat-portlet-${release.info.version}.1.car/WEB-INF/src/-,\
# \
# ${websphere.profile.dir}/installedApps/liferay-cell/chat-portlet.ear/chat-portlet.war/images/*,\
# ${websphere.profile.dir}/installedApps/liferay-cell/chat-portlet.ear/chat-portlet.war/WEB-INF/liferay-releng.properties,\
# ${websphere.profile.dir}/installedApps/liferay-cell/chat-portlet.ear/chat-portlet.war/WEB-INF/src/-,\
# \
# /bin/bash,\
# C:\\WINDOWS\\system32\\ping.exe
#
# Specify files the plugin is permitted to overwrite.
#
#security-manager-files-write=
#security-manager-files-write=\
# ${auto.deploy.installed.dir}/chat-portlet/images/*,\
# ${auto.deploy.installed.dir}/chat-portlet/WEB-INF/*,\
# ${auto.deploy.installed.dir}/chat-portlet/WEB-INF/src/com/liferay/chat/util/ChatUtil.java,\
# \
# ${auto.deploy.installed.dir}/chat-portlet.war/images/*,\
# ${auto.deploy.installed.dir}/chat-portlet.war/WEB-INF/*,\
# ${auto.deploy.installed.dir}/chat-portlet.war/WEB-INF/src/com/liferay/chat/util/ChatUtil.java,\
# \
# ${org.apache.geronimo.home.dir}/repository/liferay/chat-portlet/${release.info.version}.1/chat-portlet-${release.info.version}.1.car/images/*,\
# ${org.apache.geronimo.home.dir}/repository/liferay/chat-portlet/${release.info.version}.1/chat-portlet-${release.info.version}.1.car/WEB-INF/*,\
# ${org.apache.geronimo.home.dir}/repository/liferay/chat-portlet/${release.info.version}.1/chat-portlet-${release.info.version}.1.car/WEB-INF/src/com/liferay/chat/util/ChatUtil.java,\
# \
# ${websphere.profile.dir}/installedApps/liferay-cell/chat-portlet.ear/chat-portlet.war/images/*,\
# ${websphere.profile.dir}/installedApps/liferay-cell/chat-portlet.ear/chat-portlet.war/WEB-INF/*,\
# ${websphere.profile.dir}/installedApps/liferay-cell/chat-portlet.ear/chat-portlet.war/WEB-INF/src/com/liferay/chat/util/ChatUtil.java
##
## Get Protection Domain Security
##
#
# Set to "true" if the hook plugin is permitted to get the protection domain
# of a class.
#
security-manager-get-protection-domain=false
##
## Modify Thread Security
##
#
# Set to "true" if the plugin is permitted to modify threads.
#
security-manager-modify-thread=false
##
## Portal Bean Security
##
#
# Specify portal bean properties the plugin is permitted to acquire. Use the
# "#" character as a delimiter between a class and its property.
#
#security-manager-get-bean-property[portal]=
#security-manager-get-bean-property[portal]=\
# com.liferay.portal.kernel.bean.PortalBeanLocatorUtil
# com.liferay.portal.kernel.xml.SAXReaderUtil,\
# com.liferay.portal.util.PortalUtil
##
## Plugin Bean Security
##
#
# For each portlet the plugin accesses, replicate this property substituting
# "some-portlet" in the '[' square brackets ']' with the name of the
# accessible portlet.
#
# Specify bean properties the plugin is permitted to acquire. Use the
# "#" character as a delimiter between a class and its property.
#
#security-manager-get-bean-property[some-portlet]=
#security-manager-get-bean-property[some-portlet]=\
# com.liferay.portal.kernel.bean.PortletBeanLocatorUtil
##
## Hook Security
##
#
# Set to "true" if the hook plugin is permitted to use custom JSPs.
#
# By default, the hook plugin is not permitted to use custom JSPs.
#
#security-manager-hook-custom-jsp-dir-enabled=false
#
# Specify entities for which the hook plugin is permitted to customize
# indexing. Customizing the indexing can involve modifying the search,
# summary, and/or queries for these entities.
#
#security-manager-hook-indexers=
#security-manager-hook-indexers=\
# com.liferay.portal.model.User
#
# Specify which language property locales the plugin is permitted to
# override.
#
# Example:
#
# This example grants the plugin permission to override the Great Britain
# locale of English, the Spain locale of Spanish, and all Portuguese
# locales.
#
#security-manager-hook-language-properties-locales=
#security-manager-hook-language-properties-locales=\
# en_GB,\
# es_ES,\
# pt
#
# Specify which portal properties the plugin is permitted to override.
#
#security-manager-hook-portal-properties-keys=
#security-manager-hook-portal-properties-keys=\
# phone.number.format.impl
#
# Specify which services the plugin is permitted to access.
#
#security-manager-hook-services=
#security-manager-hook-services=\
# com.liferay.portlet.blogs.service.BlogsEntryLocalService
#
# Specify whether to allow the plugin's servlet filter hooks. Setting this
# to "true" gives the plugin permission to pre-process requests going to the
# portal's servlets and post-process requests coming from the portal's
# servlets.
#
# By default, the plugin's servlet filter hooks are not allowed.
#
#security-manager-hook-servlet-filters-enabled=false
#
# Specify struts action paths that the hook plugin is permitted to add or
# override.
#
#security-manager-hook-struts-action-paths=
#security-manager-hook-struts-action-paths=\
# /portal/test/pacl/success
##
## JNDI Security
##
#
# Specify which services the plugin can look up. Use regular expressions to
# make this dynamic.
#
# Example:
#
# Using the sample values below, the plugin can look up objects for key
# names matthew, mark, Mark, luke, and Luke. In addition, the plugin can
# look-up objects for key names containing john with zero or more characters
# preceding and/or trailing john.
#
#security-manager-jndi-names=
#security-manager-jndi-names=\
# test-pacl-matthew,\
# test-pacl-[mM]ark|test-pacl-[lL]uke,\
# test-pacl-.*john.*
##
## Message Bus Security
##
#
# Specify which services the plugin is permitted to listen on via the
# portal's message bus.
#
#security-manager-message-bus-listen=
#security-manager-message-bus-listen=\
# liferay/test_pacl,\
# liferay/test_pacl_listen_success
#
# Specify which message bus destinations the plugin is permitted to call
# (send messages to) via the portal's message bus.
#
#security-manager-message-bus-send=
#security-manager-message-bus-send=\
# liferay/message_bus/default_response,\
# liferay/test_pacl_listen_failure,\
# liferay/test_pacl_listen_success,\
# liferay/test_pacl_send_success
##
## Portlet Bag Pool Security
##
#
# Specify regular expression patterns used to match any portlet IDs
# that the plugin is permitted to access from the portlet bag pool.
#
#security-manager-portlet-bag-pool-portlet-ids=
#security-manager-portlet-bag-pool-portlet-ids=\
# 1_WAR_flashportlet,\
# .*_WAR_chatportlet
##
## Property Security
##
#
# Specify names of environment variables that the plugin is permitted to
# read.
#
#security-manager-properties-read=
security-manager-properties-read=\
base.path,\
file.separator,\
java.*
#
# Specify names of environment variables that the plugin is permitted to
# write.
#
#security-manager-properties-write=
security-manager-properties-write=base.path
##
## Search Engine Security
##
#
# Specify the IDs of search engines the plugin is permitted to access.
#
#security-manager-search-engine-ids=
#security-manager-search-engine-ids=\
# SYSTEM_ENGINE
##
## Portal Service Security
##
#
# Specify portal service classes and/or methods the plugin is permitted to
# access. Use the "#" character as a delimiter between a class and its
# method.
#
#security-manager-services[portal]=
#security-manager-services[portal]=\
# com.liferay.portal.service.GroupLocalService,\
# com.liferay.portal.service.PortalService#getBuildNumber,\
# com.liferay.portal.service.persistence.CompanyPersistence,\
# com.liferay.portlet.blogs.service.BlogsEntryLocalService,\
# com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
#
##
## Portlet Service Security
##
#
# For each portlet the plugin accesses, replicate this property substituting
# "some-portlet" in the '[' square brackets ']' with the name of the
# accessible portlet.
#
# Specify portlet service classes and/or methods the plugin is permitted to
# access. Use the "#" character as a delimiter between a class and its
# method.
#
#security-manager-services[some-portlet]=
#security-manager-services[some-portlet]=com.liferay.chat.service.EntryLocalService, com.liferay.chat.service.StatusLocalService#getStatuses
#security-manager-services[some-portlet]=com.liferay.sampleservicebuilder.service.FooLocalService
##
## Set Context Class Loader Security
##
#
# Set to "true" if the plugin is permitted to set the context class loader.
#
security-manager-set-context-class-loader=false
##
## Socket Security
##
#
# Specify sockets permitted to accept connections in the plugin.
#
#security-manager-sockets-accept=
#security-manager-sockets-accept=\
# localhost:4320
#
# Specify connections the plugin is permitted to make with the outside
# world.
#
#security-manager-sockets-connect=
#security-manager-sockets-connect=\
# localhost:4316,\
# www.cbs.com:80,\
# www.google.com:80,\
# www.google.com:443,\
# www.yahoo.com:443
#
# Specify sockets the plugin can listen on.
#
# Example:
#
# This example specifies socket range 4316-4318, socket 4320, and socket 4321.
#
#security-manager-sockets-listen=
#security-manager-sockets-listen=\
# 4316-4318,\
# 4320,\
# 4321
##
## SQL Security
##
#
# Specify SQL statements that are always allowed. Semicolons are used to
# separate multiple SQL statements.
#
#security-manager-sql-statements=\n
# update Contact_ set firstName = 'Joe', lastName = 'Bloggs';\n
# update User_ set firstName = ?, lastName = ?;
#
# Specify tables on which the plugin can do any and all operations.
#
#security-manager-sql-tables-all=
#security-manager-sql-tables-all=\
# TestPACL_Foo
#
# Specify tables the plugin can create.
#
#security-manager-sql-tables-create=
#security-manager-sql-tables-create=\
# TestPACL_CreateSuccess,\
# TestPACL_DropSuccess,\
# TestPACL_InsertSuccess,\
# TestPACL_ReplaceSuccess,\
# TestPACL_TruncateSuccess
#
# Specify tables from which the plugin can delete records.
#
#security-manager-sql-tables-delete=
#security-manager-sql-tables-delete=\
# ClassName_
#
# Specify tables the plugin can drop.
#
#security-manager-sql-tables-drop=
#security-manager-sql-tables-drop=\
# TestPACL_CreateSuccess,\
# TestPACL_DropSuccess,\
# TestPACL_InsertSuccess,\
# TestPACL_ReplaceSuccess,\
# TestPACL_TruncateSuccess
#
# Specify tables into which the plugin can insert records.
#
#security-manager-sql-tables-insert=
#security-manager-sql-tables-insert=\
# TestPACL_InsertSuccess
#
# Specify tables in which the plugin can replace records.
#
#security-manager-sql-tables-replace=
#security-manager-sql-tables-replace=\
# TestPACL_ReplaceSuccess
#
# Specify tables the plugin can query.
#
#security-manager-sql-tables-select=
#security-manager-sql-tables-select=\
# Counter,\
# TestPACL_Bar
#
# Specify tables from which the plugin can delete all records.
#
#security-manager-sql-tables-truncate=
#security-manager-sql-tables-truncate=\
# TestPACL_TruncateSuccess
#
# Specify the tables the plugin can update.
#
#security-manager-sql-tables-update=
#security-manager-sql-tables-update=\
# ListType
##
## Suppress Access Checks Security
##
#
# Set to "true" if the plugin is permitted to suppress the access checks on
# private members (constructors, fields, inner classes, methods) of classes
# outside the plugin.
#
security-manager-suppress-access-checks=false
##
## Thread Security
##
#
# Specify regular expression patterns used to match thread pool executors
# that the plugin is permitted to access.
#
#security-manager-thread-pool-executor-names=
#security-manager-thread-pool-executor-names=\
# liferay/test_pacl,\
# liferay/test_pacl_listen_failure,\
# liferay/test_pacl_listen_success