tomoyotitle.png

How to use the policy editor

Contents


1. Invocation

You can execute the policy editor like below:

# /usr/sbin/ccs-editpolicy

The options described below can be specified as options on the command line.

1.1. Specifying policy directory

By default, the policy editor tool edits policy within the /proc/ccs/ directory.

Option

Meaning

$ipaddress:$port

Connect to the policy editing agent process listening at a host with IPv4 address $ipaddress and port $port.

/$path/$to/$directory

Edit the policy files in the policy/current/ subdirectory of the /$path/$to/$directory directory. Usually, /etc/ccs/ is specified.

1.2. Specifying initial screen to display

By default, the policy editor displays "Domain Transition Editor" screen.

Option

Meaning

e

"Exception Policy Editor" screen

exception_policy.png

This screen is used for editing /proc/ccs/exception_policy .

d

"Domain Transition Editor" screen

domain_transition.png

This screen is used for editing /proc/ccs/domain_policy .

The first line shows what screen you are on and how many domains are listed.
The second line is the message area.
The third line shows the domain name currently selected by the cursor.
The fourth line and downwards are the domains currently defined.

p

"Profile Editor" screen

profile.png

This screen is used for editing /proc/ccs/profile .

m

"Manager Policy Editor" screen

manager.png

This screen is used for editing /proc/ccs/manager .

n

"Namespace Selector" screen

namespace.png

This screen is used for selecting the namespace to display.

s

"Statistics" screen

stat.png

This screen is used for editing /proc/ccs/stat .

1.3. Specifying initial namespace to display

The policy editor by default displays the "<kernel>" namespace.

Option

Meaning

<$namespace>

Displays the "<$namespace>" namespace.

Each namespace has its own "Exception Policy Editor" screen, "Domain Transition Editor" screen and "Profile Editor" screen. Currently selected namespace is displayed on the third line of each screen.

You can switch namespaces from "Namespace Selector" screen or from Shortcuts displayed on "Domain Transition Editor" screen.

1.4. Specifying operation mode

The policy editor by defaults operates for both browsing and editing mode.

Option

Meaning

readonly

Operate for browse-only mode.

1.5. Specifying automatic refresh

The policy editor by default refreshes to the latest information only when the "r" key is pressed.

Option

Meaning

refresh=$interval

Automatically refresh in $interval seconds. This option assumes that browse-only mode is used.


2. Available commands

Since the policy editor uses ncurses interface, all operations can be done from the keyboard.

2.1. Scrolling


Key

Scroll operation

Up-arrow

Scroll 1 line up.

Down-arrow

Scroll 1 line down.

PageUp

Scroll 1 page up.

PageDown

Scroll 1 page down.

Right-arrow

Scroll 1 column right.

Left-arrow

Scroll 1 column left.

Home

Move to the top of line.

End

Move to the bottom of line.

2.2. Searching


Key

Search operation

"f" or "F"

Find the first matching entry.

To start searching, press the "f" key and type the string that you wish to search, and then press the "Enter" key:

find.png

"n" or "N"

Find the next matching entry.

Continue searching in a forward direction (downwards) using previously typed string.

"p" or "P"

Find the previous matching entry.

Continue searching in a backward direction (upwards) using previously typed string.

2.3. Modifying


Key

Modify operation

Insert

Copy an entry at the cursor position to history buffer.

"a" or "A"

Add an entry.

To add an entry, press the "a" key and type the string that you wish to add, and then press the "Enter" key:

add.png

The strings are saved in the history buffer and can be viewed by pressing the "Insert" key.
To load strings in the history buffer, press the Up/Down cursor keys.
This can be used in any of the screens except the "Statistics" screen.

Space

Invert selection state of an entry at the cursor position.

Move the cursor to the entry you wish to select and press the "Space" key.
When an entry is selected, an "&" symbol will appear at the start of the line.
Multiple entries can be selected.
The "Space" key can also be used to deselect an entry.

"c" or "C"

Copy selection state of an entry at the cursor position to all entries below the cursor position.

The selection state of the entry of the cursor line can be copied to all entries below by pressing the "c" key:

copy.png

This makes it easy to select all entries or a block of entries.
If you wish to select a block of entries, move the cursor to the first entry of the block and press the "Space" (to select) and "c" keys.
Then move the cursor to the entry that lies below the block and press the "Space" (to deselect) and "c" keys.

"d" or "D"

Delete selected entries.

To delete an entry, move the cursor to the entry you wish to delete and press the "d" key:

delete.png

This can also be done by selecting all of the entries you wish to delete.

"s" or "S"

Set profile number of selected entries on "Domain Transition Editor" screen.
Set profile value for selected entries on "Profile Editor" screen.
Set new quota value for selected entries on "Statistics" screen.

Enter

Edit ACLs of a domain at the cursor position on "Domain Transition Editor" screen.

2.4. Misc


Key

Miscellaneous action

"q" or "Q"

Quit the policy editor.

"r" or "R"

Refresh to the latest information.

"w" or "W"

Display the list of available screens.

By pressing the "w" key, list of screens are displayed. By pressing a key from the screen, the corresponding screen is displayed:

window.png

3. Operations specific to Domain Policy Editor screen

3.1. Domain Policy Editor screen

You can display this screen by pressing the Enter key (or pressing the "w" key and then pressing the "a" key") after moving the cursor to a domain at the "Domain Transition Editor" screen.

domain_policy.png

3.2. Converting ACL entries into patterns

Redundant entries can be removed by patterning entries (see Chapter 6: How do I develop policy?). Switch to the "Domain Policy Editor" screen and add an entry such as "file read /home/kumaneko/SVN/\{\*\}\/\*":

added_patterned_entry.png

This manually added entry matches many of the entries that are already defined. Move the cursor to the patterned entry you have just added and press the "o" key. This will select all entries that are implied by the patterned entry:

mark_matching_entry.png

These can now be deleted with the "d" key. This can be repeated for any patterned entries that you add.

3.3. Sorting ACL entries

You can toggle sort order by pressing the "@" key.

acl_by_directives.png acl_by_operands.png

4. Operations specific to Domain Transition Editor screen

4.1. Browsing domain transition patterns and exceptions

On this screen, the list of domains in the currently selected namespace and their domain transition patterns are displayed. Also, information on domain transition exceptions (if any) is displayed.

Lines with a line number at the start of the line (from 4.1.1 to 4.1.3) are information on existent domains. The number after the line number is the profile number assigned to that domain.

Lines without a line number at the start of the line (from 4.1.4 to 4.1.7) are information on nonexistent domains. These lines are displayed as an indent keeper when parent domains do not exist or are displayed as a shortcut that indicates the destination domain when domain transition exceptions occur.

4.1.1. Domains with the "!" mark

This mark indicates that this domain is unreachable due to the directive in parenthesis.
You can delete unreachable domains if you don't wish to make these domains reachable by changing the directive in parenthesis.

unreachable.png

4.1.2. Domains with the "*" mark

This mark indicates that this domain may be reachable from other than the parent of this domain.

domain_jump_target.png

4.1.3. Domains with the "#" mark

This mark indicates that multiple programs might belong to this domain.

keep_domain.png

4.1.4. Domains with "( -> n )"

The process transits to the domain that is in the currently displayed namespace at the line number specified by "n" due to domain transition exceptions.

domain_jump_source.png

4.1.5. Domains with "( -> Namespace Jump )"

The process transits to the domain that is not in the currently displayed namespace due to domain transition exceptions.

domain_jump_across_namespace.png

4.1.6. Domains with "( -> Not Found )"

The destination domain specified by domain transition exceptions does not exist.

domain_jump_no_target.png

4.1.7. Domains in parenthesis

This domain does not exist. This line is displayed for avoiding tree indent breakage.

missing_domain.png

4.2. Changing profile number

Press the "s" key, type the profile number you wish to set, and press the "Enter" key:

profile.png

4.3. Editing ACL by domain name

You can enter the "Domain Policy Editor" screen by pressing the Enter key (or pressing the "w" key and then pressing the "a" key") after moving the cursor to a domain at the "Domain Transition Editor" screen. You can return to the "Domain Transition Editor" screen by pressing the Enter key (or pressing the "w" key and then pressing the "d" key") from the "Domain Policy Editor" screen.

domain_transition.png domain_policy.png

4.4. Editing ACL by currently running task

You can enter the "Process State Viewer" screen by pressing the "@" key from the "Domain Transition Editor" screen. In this screen, the list of currently running tasks and information on domains which these tasks belong to are displayed like pstree command. You can enter the "Domain Policy Editor" screen by moving the cursor to a task that you wish to browse or edit and then pressing the Enter key (or pressing the "w" key and then pressing the "a" key"). You can return to the "Domain Transition Editor" screen by pressing the "@" key from the "Process State Viewer" screen.

domain_transition.png process_tree.png