example: use module name matching file name
Using a different name in a non-base module will be rejected by checkmodule Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
parent
31153edcb4
commit
20323a2ab5
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
policy_module(myapp,1.0.0)
|
policy_module(example,1.0.0) # a non-base module name must match the file name
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue