Currently, there are the following items on the list:
- Secured with label {YES/NO}
- Comments -- TEXT --
1. "Secured with label" should provide a label, so it's
- Secured with label --List of security labels --
I'm not able to script and test it because it requires an existing security label. Currently, there are none in the database. Please, create a security label.
2. I wasn't able to figure out how to add comments. May be, there is no option like that. Please, review it.
I found it difficult to create a Security Policy as Informix server displayed an error that only user with DBSECADM was able to create a security policy when i tried the statement
'CREATE SECURITY POLICY'
I have now inserted a record into the "informix.syssecpolicies" with a policy named aquapolicy.
Then, i tried to create a table using policy but it doesnt execute.
it’s not "security policy", but "security label"
I looked at the documentation and I decided to remove this option (secured with label) because it applies only to the IDSSECURITYLABEL data type, which we don’t support.
I will also remove Comments, as it seems there is no command to support them
it’s not "security policy", but "security label"
I looked at the documentation and I decided to remove this option (secured with label) because it applies only to the IDSSECURITYLABEL data type, which we don’t support.
I will also remove Comments, as it seems there is no command to support them
Issue #1163 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
I found it difficult to create a Security Policy as Informix server displayed an error that only user with DBSECADM was able to create a security policy when i tried the statement
'CREATE SECURITY POLICY'
I have now inserted a record into the "informix.syssecpolicies" with a policy named aquapolicy.
Then, i tried to create a table using policy but it doesnt execute.