Does a subclass inherits Xpath security set on the superclass?

3
In my project I have a Program; with Xpath on the entity Program in the Security DSL I configured it such that users are only able to see those Programs to which they are associated. However, I have two types of (sub)Programs that inherit from Program. Do they inherit this security behavior as well (so, are both these (sub)Programs also constraint to be only visible to the user group the Main Program object is associated with)?
asked
1 answers
4

I don't think security constraints are inherited, since you have to provide access rules on the sub-entities as well (you'll get errors if you don't, right?) and these overrule access defined on the parent entity.

answered