A.32 Security Constants

Type

Value

Description

BS_ANY_READ

0

Readable by anyone.

BS_LOGGED_READ

1

Must be logged in to read.

BS_OBJECT_READ

2

Readable by the same object or the supervisor.

BS_SUPER_READ

3

Readable by the supervisor only.

BS_BINDERY_READ

4

Readable by the bindery only.

BS_NETWARE_READ

5

Readable by the OS.

BS_ANY_WRITE

0

Writable by anyone.

BS_LOGGED_WRITE

16

Writable by anyone who is logged in.

BS_OBJECT_WRITE

32

Writable by same object or the supervisor.

BS_SUPER_WRITE

48

Writable by the supervisor only.

BS_BINDERY_WRITE

64

Writable by the bindery only.

BS_NETWARE_WRITE

80

Writable by the OS.