Ticket #141 (closed Bug: fixed)

Opened 1 year ago

Last modified 8 months ago

Fix loading of permmap file

Reported by: dsugar Assigned to: dsugar
Priority: High Milestone: 2008 Work Complete v3.0
Component: Linkage Keywords:
Cc:

Description

At one point CDS Framework was loading the permmap files from apol to use for backflow information. This was broeken at some point in the past. source:/branches/java1.4port/src/com/tresys/framework/compiler/linkage/BasePolicy.java#1765 shows the function 'LoadPermMapFile?' when it probably worked.

It was supposed to be moved up into SLIDE but is currently blank.

Now it should be moved up into the setools-plugin. There is currently the PolicyContainer? class which has a way to load the permission map (setLoadPermissionMap). This is code that was started and not really tested. So it might work. Then the backflow weights should be accessible from the policy.

Change History

01/08/08 11:15:06 changed by dsugar

  • status changed from new to closed.
  • resolution set to fixed.

This was fixed in changeset:1770 to use the SETools provided permMap files or user specified.

05/20/08 15:08:14 changed by dsugar

  • milestone changed from Release 2.5 to 2008 Work Complete v3.0.

Milestone Release 2.5 deleted