JPH03220640A - Access protection system for library member - Google Patents
Access protection system for library memberInfo
- Publication number
- JPH03220640A JPH03220640A JP2016873A JP1687390A JPH03220640A JP H03220640 A JPH03220640 A JP H03220640A JP 2016873 A JP2016873 A JP 2016873A JP 1687390 A JP1687390 A JP 1687390A JP H03220640 A JPH03220640 A JP H03220640A
- Authority
- JP
- Japan
- Prior art keywords
- library
- access
- access protection
- protection
- information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 claims description 13
- 238000012795 verification Methods 0.000 claims description 5
- 238000012423 maintenance Methods 0.000 claims description 4
- 238000007726 management method Methods 0.000 description 25
- 238000013523 data management Methods 0.000 description 18
- 238000004364 calculation method Methods 0.000 description 3
- 238000012217 deletion Methods 0.000 description 2
- 230000037430 deletion Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明はコンピュータシステムにおいて複数個のメンバ
が登録されたライブラリメンバのアクセス保護方式に関
する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an access protection method for library members in which a plurality of members are registered in a computer system.
従来、オペレーティングシステムが提供する基本的な機
能である、データの書き出しや読み込み時の利用者の課
金単位名、および利用者名によるアクセス権限の設定や
検証、すなわちアクセス保護は、ファイル(ライブラリ
)単位となっていた。Traditionally, basic functions provided by operating systems, such as setting and verifying access privileges based on the user's charging unit name and user name when writing or reading data, have been performed on a file (library) basis. It became.
上述した従来のアクセス保護方式は、ファイル単位とな
っているので、ライブラリのメンバのアクセス保護は、
ファイル単位に設定されたアクセス保護がそのままライ
ブラリ中の全メンバに一律に行われ、ライブラリ中の全
メンバに一律に同じアクセス権が設定されてしまうとい
う問題点があった。The conventional access protection method described above is file-based, so access protection for library members is
There is a problem in that the access protection set for each file is applied uniformly to all members in the library, and the same access rights are uniformly set to all members in the library.
また、アクセス保護をライブラリのメンバ単位まで拡張
しようとすると、一つのライブラリには通常数十から数
百のメンバが存在するので、ファイル単位の場合に比較
して数十から数百倍のアクセス保護情報の増大となり、
システム生成時にファイル保護情報を格納するための領
域の計算が複雑になるという問題点があった。Additionally, if you try to extend access protection to each member of a library, one library usually has tens to hundreds of members, so the access protection is tens to hundreds of times greater than that for each file. With the increase in information,
There was a problem in that calculation of the area for storing file protection information at the time of system generation became complicated.
さらに、保護情報はリスト構造を有し、メンバの保護情
報はファイルの保護情報の下位のノードに位置づけられ
るため、ライブラリの磁気テープへの退避などの全メン
バの一括処理のときは、メンバごとにファイルの保護情
報とメンバの保護情報とを参照してアクセス権限を検証
することになり、運用時のオーバヘッドが倍増するとい
う問題点があった。Furthermore, protection information has a list structure, and member protection information is positioned at a lower node of file protection information, so when processing all members at once, such as saving a library to magnetic tape, you can Access privileges are verified by referring to file protection information and member protection information, which poses a problem in that operational overhead doubles.
本発明の目的は、ライブラリのメンバごとにアクセス保
護を設定でき、メンバのアクセス保護情報を格納する領
域のためのオペレーティングシステムの容量計算は不要
となり、利用者がメンバをアクセスするときのアクセス
権限の検証のためのオペレーティングシステムのオーバ
ヘッドが少なくてすむライブラリメンバのアクセス保護
方式を提供することにある。The purpose of the present invention is to enable access protection to be set for each member of a library, to eliminate the need for operating system capacity calculations for areas that store access protection information for members, and to control access privileges when users access members. An object of the present invention is to provide a library member access protection method that requires less operating system overhead for verification.
本発明のライブラリメンバのアクセス保護方式は、複数
個のメンバが登録されるコンピュータシステムのライブ
ラリに対するライブラリメンバのアクセス保護方式にお
いて、
(A)利用者からの指示を受けて前記ライブラリに登録
されるライブラリメンバのアクセスの保護を指示するア
クセス保護指示手段、
(B)前記アクセス保護指示手段の指示により、前記ラ
イブラリに登録されるライブラリメンバのアクセス保護
情報を、ライブラリメンバの登録時に自動的に前記ライ
ブラリに登録するアクセス保護情報自動登録手段、
(C)前記アクセス保護指示手段の指示により、前記ラ
イブラリメンバをアクセスするプログラムのアクセス権
限を、そのライブラリメンバのアクセス保護情報を参照
することにより検証するアクセス検証手段、
(D)前記ライブラリメンバのアクセス保護情報の保守
と、前記ライブラリのアクセス保護の指示の変更とを行
うアクセス保護保守手段、を備えている。The library member access protection method of the present invention is a library member access protection method for a library of a computer system in which a plurality of members are registered. (B) access protection instruction means for instructing protection of member access; (B) according to instructions from the access protection instruction means, access protection information of library members registered in the library is automatically transferred to the library when the library member is registered; access protection information automatic registration means for registering; (C) access verification means for verifying the access authority of a program that accesses the library member by referring to the access protection information of the library member according to instructions from the access protection instruction means; (D) access protection maintenance means for maintaining access protection information of the library members and changing instructions for access protection of the library.
5−
〔実施例〕
次に、本発明の実施例について図面を参照して説明する
。5- [Example] Next, an example of the present invention will be described with reference to the drawings.
第1図は本発明のライブラリメンバのアクセス保護方式
の一実施例を示すコンピュータシステムのブロック図で
ある。FIG. 1 is a block diagram of a computer system showing an embodiment of the library member access protection method of the present invention.
第1図に示すコンピュータシステムは、ライブラリ作成
手段1、テキストエディタ2、ディスク3、データ管理
部8、コンパイラ9、磁気テープ装置101ライブラリ
アン11、プリンタ12から構成されている。The computer system shown in FIG. 1 includes a library creation means 1, a text editor 2, a disk 3, a data management section 8, a compiler 9, a magnetic tape device 101, a librarian 11, and a printer 12.
また、ライブラリ作成手段1は、利用者からの指示を受
けて、ライブラリに登録されるメンバのアクセスを保護
することを指示するアクセス保護指示手段を含んでいる
。Further, the library creation means 1 includes an access protection instruction means for receiving an instruction from a user and instructing to protect access of members registered in the library.
また、データ管理部8は、アクセス保護指示手段の指示
によりライブラリに登録されるメンバのアクセス保護情
報を、メンバの登録時に自動的にライブラリに登録する
アクセス保護情報自動登録手段と、アクセス保護指示手
段の指示によりライ6一
ブラリのメンバをアクセスするプログラムのアクセス権
限を、そのメンバのアクセス保護情報を参照することに
より検証するアクセス検証手段とを含んでいる。The data management unit 8 also includes access protection information automatic registration means for automatically registering access protection information of members registered in the library according to instructions from the access protection instruction means in the library at the time of member registration, and access protection instruction means. and access verification means for verifying the access authority of a program that accesses a member of the library by referring to the access protection information of the member.
さらに、ライブラリアン11は、アクセス保護情報の変
更、削除9表示、退避、および回復などライブラリのメ
ンバのアクセス保護情報の保守や、ライブラリのアクセ
ス保護の指示そのものを変更するアクセス保護保守手段
を含んでいる。Furthermore, the librarian 11 includes access protection maintenance means for maintaining access protection information of library members such as changing, deleting, displaying, saving, and restoring the access protection information, and changing the library access protection instructions themselves. There is.
次に、動作を説明する。Next, the operation will be explained.
ライブラリ作成手段1は、利用者からライブラリの作成
時に、登録される各メンバのアクセスを保護することを
指示されると、ディスク3上にライブラリ5を格納する
領域を確保するとともに、VTOC(VOLUME T
ABLE OF C0NTENTS) 4(7)7クセ
ス保護指示情報格納領域43に、メンバの保護情報の登
録やアクセス権限の検証をデータ管理部8に指示する指
示情報である、メンバのアクセス保護指示の有無を示す
情報42を格納する。When the library creation means 1 receives an instruction from the user to protect the access of each registered member when creating a library, it secures an area on the disk 3 to store the library 5, and also sets a VTOC (VOLUME T
ABLE OF C0NTENTS) 4(7)7 In the access protection instruction information storage area 43, the presence or absence of a member's access protection instruction, which is instruction information that instructs the data management unit 8 to register the member's protection information and verify the access authority, is stored. The information 42 shown is stored.
ディスク3は、外部記憶装置であり、装置内のファイル
に関する情報を管理するVTOC4とライブラリ5の格
納領域とを有し、■TOC4には、ライブラリ名41と
そのライブラリのメンバのアクセス保護指示の有無を示
す情報42が記録され、ライブラリ5にはメンバ6のア
クセス保護情報を有する管理メンバ7が格納される。The disk 3 is an external storage device, and has a storage area for a library 5 and a VTOC 4 that manages information regarding files in the device. ■TOC 4 includes a library name 41 and the presence or absence of access protection instructions for members of the library. The management member 7 having the access protection information of the member 6 is stored in the library 5.
テキストエディタ2により、利用者はメンバ6をライブ
ラリ5に新しく登録する。オペレーティングシステムの
基本的な機能であるデータ管理を行うデータ管理部8は
、テキストエディタ2によるメンバ6の作成開始時にV
TOC4を参照し、ライブラリ5の各メンバがアクセス
保護されるようにライブラリ作成手段1から指示されて
いれば、メンバ6のアクセス保護情報を格納したメンバ
6の管理メンバ7がライブラリ5に既に存在するかを調
べる。管理メンバ7があれば、データ管理部8は、メン
バ6を作成しようとするテキストエディタ2の利用者が
、メンバ6を作成する権限を有するか否かを、管理メン
バ7に格納されたメンバ6のアクセス保護情報から検証
する。管理メンバ7がなければ、データ管理部8は、テ
キストエディタ2がメンバ6を登録した時点でメンバ6
の管理メンバ7を自動的に登録し、メンバ6のアクセス
保護情報の初期値を格納する。アクセス保護情報の初期
値は、オペレーティングシステムの標準の機能であるフ
ァイル単位のアクセス保護の体系に準じ、メンバ6のア
クセスの権限はライブラリ5のアクセス権限と矛盾しな
いように、あらかじめオペレーティングシステムで約束
を決めておく。なお、管理メンバ7はメンバ6と1対1
に対応し、各メンバごとに管理メンバが存在し、管理メ
ンバ7の名前は対応するメンバ6と容易に関連づけられ
るように、また、利用者からはアクセスすることができ
ないように特殊な規則で命名する。Using the text editor 2, the user newly registers the member 6 in the library 5. The data management unit 8 that performs data management, which is a basic function of the operating system, uses V when the text editor 2 starts creating the member 6.
Referring to TOC 4, if library creation means 1 instructs that each member of library 5 is access protected, then management member 7 of member 6 that stores access protection information of member 6 already exists in library 5. Find out. If there is a management member 7, the data management unit 8 checks the member 6 stored in the management member 7 to determine whether the user of the text editor 2 who is trying to create the member 6 has the authority to create the member 6. Verify from the access protection information. If the management member 7 does not exist, the data management unit 8 registers the member 6 when the text editor 2 registers the member 6.
The management member 7 of the member 6 is automatically registered, and the initial value of the access protection information of the member 6 is stored. The initial value of the access protection information conforms to the system of file-based access protection, which is a standard function of the operating system, and the access privileges of member 6 are set in advance by the operating system so that they do not conflict with the access privileges of library 5. I'll decide. Furthermore, management member 7 has a one-on-one relationship with member 6.
Corresponding to this, there is a management member for each member, and the name of management member 7 is named according to a special rule so that it can be easily associated with the corresponding member 6, and so that it cannot be accessed by users. do.
そして、コンパイラ9により、既に登録されたメンバ6
を参照する。データ管理部8は、コンパイラ9によるメ
ンバ6の参照開始時点でVTOC4を参照し、ライブラ
リ5の各メンバ6がアクセス保護されるようにライブラ
リの作成手段1から9−
指示されていれば、メンバ6のアクセス保護情報を格納
したメンバ6の管理メンバ7がライブラリ5に既に存在
するか否かを調べる。管理メンバ7があれば、データ管
理部8は、メンバ6を参照しようとするコンパイラ9の
利用者がメンバ6を参照する権限を有するか否かを、管
理メンバ7に格納されたメンバ6のアクセス保護情報か
ら検証する。管理メンバ7がなければ、コンパイラ9に
よリメンバ6を参照しようとする利用者のアクセス権限
はデータ管理部8では検証せず、どの利用者もライブラ
リ5のアクセス権限の範囲内で自由にメンバ6をアクセ
スすることができる。Then, the compiler 9 selects the already registered member 6.
See. The data management unit 8 refers to the VTOC 4 when the compiler 9 starts referencing the member 6, and if the library creation means 1 instructs the member 6 to be access-protected, the data management unit 8 references the member 6 by the compiler 9. It is checked whether or not the management member 7 of the member 6 that stores the access protection information of already exists in the library 5. If there is a management member 7, the data management unit 8 determines whether the user of the compiler 9 who attempts to refer to the member 6 has the authority to refer to the member 6, based on the access information of the member 6 stored in the management member 7. Verify from protected information. If there is no management member 7, the data management unit 8 will not verify the access authority of a user who attempts to refer to the remember 6 by the compiler 9, and any user can freely access the member 6 within the scope of the access authority of the library 5. can be accessed.
メンバ6のアクセス保護情報を有する管理メンバ7は、
本来のライブラリメンバであるメンバ6の場合と同様に
ライブラリアン11が保守する。The management member 7 having the access protection information of the member 6,
The librarian 11 maintains the member 6, which is the original library member.
ライブラリアン11は、データ管理部8から管理メンバ
7の登録、変更、削除、参照といった管理メンバ7を保
守する上で必要な機能を、例えばマクロ形式で提供され
、メンバ6の登録以前あるいは、以後の管理メンバ7の
登録や、管理メンバ710−
の削除、すなわち、メンバ6のアクセス保護の解除や、
アクセス保護情報のプリンタ12への表示を、利用者の
アクセス権限の範囲内で利用者の要求に従って実行する
。また、ライブラリアン11はライブラリメンバ6の磁
気テープ装置10への退避や、逆に磁気テープ装置10
へ退避されたライブラリメンバ6のライブラリ5への回
復の際は、管理メンバ7も同時に退避、回復しメンバ6
と管理メンバ7の同期を保証する。その上、ライブラリ
アン11は、vTOC4にライブラリ作成手段1により
記録されたライブラリメンバのアクセス保護の指示の有
無を示す情報42を、データ管理部8の機能を通して変
更することができ、利用者のファイル単位のアクセス権
限の範囲内で、既に記録されているメンバのアクセス保
護の指示情報を解除したり、メンバのアクセス保護が指
示されていないライブラリにライブラリ作成手段1の機
能と同等の機能で、メンバのアクセス保護をデータ管理
部8に指示する指示情報を、アクセス保護指示情報格納
領域43に記録することができる。The librarian 11 is provided with functions necessary for maintaining the management member 7 such as registration, modification, deletion, and reference of the management member 7 from the data management unit 8, for example, in the form of a macro, and performs functions before or after the registration of the member 6. Registration of management member 7, deletion of management member 710-, that is, cancellation of access protection for member 6,
The access protection information is displayed on the printer 12 within the scope of the user's access authority and according to the user's request. The librarian 11 also saves the library members 6 to the magnetic tape device 10, and conversely saves the library members 6 to the magnetic tape device 10.
When library member 6 is restored to library 5, management member 7 is also evacuated and restored at the same time, and member 6
and the management member 7 are guaranteed to be synchronized. Furthermore, the librarian 11 can change the information 42 indicating the presence or absence of instructions for access protection of library members recorded in the vTOC 4 by the library creation means 1 through the function of the data management unit 8, and Within the scope of the unit's access authority, you can cancel the instruction information for member access protection that has already been recorded, or create a member in a library where member access protection is not specified using the same function as library creation method 1. Instruction information for instructing the data management unit 8 to protect access to can be recorded in the access protection instruction information storage area 43.
本実施例のライブラリメンバのアクセス保護方式では、
メンバのアクセス保護情報をメンバ6の管理メンバ7と
してメンバ6と同一のライブラリ5に格納するので、保
護情報の格納領域をオペレーティングシステムでの複雑
な容量計算をすることなしに、ライブラリ単位で簡単に
見積ることができ、管理メンバ7もライブラリメンバの
一部として組み込むので、利用者にはライブラリアン1
1の機能の自然な拡張として見える。そして、ライブラ
リ作成手段1とデータ管理部8とライブラリアン11以
外の、ライブラリ5をアクセスするテキストエディタ2
やコンパイラ9は、特別な改造を必要としないので、容
易に実現することができ、メンバ6のアクセス権限の検
証をデータ管理部8の機能として行うことにより、正確
にアクセス権限を検証することができ、管理メンバ7は
メンバ6と同じライブラリ5の中に存在するので、ライ
ブラリ5中の全メンバの退避、他ライブラリへの複写お
よびディレクトリ情報の表示のような一括処理のときに
、−旦ライブラリを開けば、データ管理部8は利用者が
ライブラリを閉じるまでの間、利用者のライブラリのア
クセス権限を記憶しているので、1メンバごとにライブ
ラリのアクセス権限を検証せずに、メンバのアクセス権
限だけの検証で済み、運用時のオーバヘッドが少ない。In the library member access protection method of this embodiment,
Since the member's access protection information is stored in the same library 5 as the member 6 as the management member 7 of member 6, the protection information storage area can be easily stored in each library without the need for complicated capacity calculations in the operating system. Since management member 7 is also included as part of the library members, users can
Seems like a natural extension of the functionality of 1. A text editor 2 that accesses the library 5 other than the library creation means 1, data management section 8, and librarian 11
Since the compiler 9 does not require any special modification, it can be easily realized.By verifying the access authority of the member 6 as a function of the data management unit 8, it is possible to accurately verify the access authority. Since management member 7 exists in the same library 5 as member 6, when performing batch processing such as saving all members in library 5, copying them to another library, and displaying directory information, the management member 7 exists in the same library 5 as member 6. If you open the library, the data management unit 8 remembers the user's library access privileges until the user closes the library, so you can check the access privileges of each member without verifying the library access privileges for each member. Only authority verification is required, and there is little overhead during operation.
さらに、ライブラリアン11は、VTOC4のアクセス
保護指示情報格納領域43の内容を変更することができ
、既に登録されているメンバ6のアクセス情報を格納す
る管理メンバ7を事後登録することができるので、この
機能を実装する前に作成されたライブラリ5にメンバの
アクセス保護を指示することができ、メンバ6のアクセ
ス保護情報を登録することができる。すなわち、この機
能を実装する前に作成されたライブラリに対しても、メ
ンバのアクセス保護を適用することができる。Furthermore, the librarian 11 can change the contents of the access protection instruction information storage area 43 of the VTOC 4, and can subsequently register the management member 7 that stores the access information of the already registered member 6. Access protection for members can be instructed to the library 5 created before this function is implemented, and access protection information for members 6 can be registered. In other words, member access protection can be applied even to libraries created before implementing this function.
以上説明したように、本発明は、ライブラリメ13−
ンバのアクセス保護情報を同一ライブラリ中に管理メン
バとして格納することにより、ライブラリのメンバごと
にアクセス保護を設定でき、またメンバのアクセス保護
情報を格納する領域のためのオペレーティングシステム
の容量計算は不要となり、さらに、利用者がメンバをア
クセスするときのアクセス権限の検証のためのオペレー
ティングシステムのオーバヘッドが少なくてすむという
効果を有する。As explained above, the present invention stores the access protection information of library members 13- in the same library as managed members, thereby making it possible to set access protection for each member of the library, and to store the access protection information of each member. There is no need for the operating system to calculate the capacity for the storage area, and furthermore, there is an effect that the operating system requires less overhead for verifying access authority when a user accesses a member.
第1図は本発明のライブラリメンバのアクセス保護方式
の一実施例を示すコンピュータシステムのブロック図で
ある。
1・・・・・・ライブラリ作成手段、2・・・・・・テ
キストエディタ、3・・・・・・ディスク、4・・・・
・・VTOC15・・・・・・ライブラリ、6・・・・
・・メンバ、7・・・・・・管理メンバ、8・・・・・
・データ管理部、9・・・・・・コンパイラ、10・・
・・・・磁気テープ装置、11・・・・・・ライブラリ
アン、12・・・・・・プリンタ、41・・・・・・ラ
イブラリ名、14−
42・・・・・・メンバのアクセス保護指示の有無を示
す情報、
3・・・・・・アクセス保護指示情報格納領域。FIG. 1 is a block diagram of a computer system showing an embodiment of the library member access protection method of the present invention. 1...Library creation means, 2...Text editor, 3...Disk, 4...
・・VTOC15・・・・Library, 6・・・・
...Member, 7...Administrative member, 8...
・Data management section, 9... Compiler, 10...
... Magnetic tape device, 11 ... Librarian, 12 ... Printer, 41 ... Library name, 14-42 ... Member access protection Information indicating the presence or absence of an instruction; 3...Access protection instruction information storage area.
Claims (1)
のライブラリに対するライブラリメンバのアクセス保護
方式において、 (A)利用者からの指示を受けて前記ライブラリに登録
されるライブラリメンバのアクセスの保護を指示するア
クセス保護指示手段、 (B)前記アクセス保護指示手段の指示により、前記ラ
イブラリに登録されるライブラリメンバのアクセス保護
情報を、ライブラリメンバの登録時に自動的に前記ライ
ブラリに登録するアクセス保護情報自動登録手段、 (C)前記アクセス保護指示手段の指示により、前記ラ
イブラリメンバをアクセスするプログラムのアクセス権
限を、そのライブラリメンバのアクセス保護情報を参照
することにより検証するアクセス検証手段、 (D)前記ライブラリメンバのアクセス保護情報の保守
と、前記ライブラリのアクセス保護の指示の変更とを行
うアクセス保護保守手段、 を備えたことを特徴とするライブラリメンバのアクセス
保護方式。 2、請求項1記載のライブラリメンバのアクセス保護方
式において、前記アクセス保護保守手段は、前記アクセ
ス保護情報の変更、削除、表示、退避、および回復を含
む前記ライブラリメンバのアクセス保護情報の保守と、
前記ライブラリのアクセス保護の指示の変更とを行うこ
とを特徴とするライブラリメンバのアクセス保護方式。[Scope of Claims] 1. In a method for protecting library member access to a library of a computer system in which a plurality of members are registered, (A) access of a library member registered in the library upon receiving instructions from a user; (B) access protection instruction means for instructing protection of the library member; (B) access protection information for a library member to be registered in the library is automatically registered in the library at the time of registration of the library member according to instructions from the access protection instruction means; protection information automatic registration means; (C) access verification means for verifying the access authority of a program that accesses the library member by referring to the access protection information of the library member according to instructions from the access protection instruction means; ) An access protection method for library members, comprising: access protection maintenance means for maintaining access protection information for the library members and changing instructions for access protection for the library. 2. The library member access protection method according to claim 1, wherein the access protection maintenance means maintains the library member access protection information including changing, deleting, displaying, saving, and restoring the access protection information;
A method for protecting access to a library member, comprising: changing an instruction for protecting access to the library.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2016873A JPH03220640A (en) | 1990-01-25 | 1990-01-25 | Access protection system for library member |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2016873A JPH03220640A (en) | 1990-01-25 | 1990-01-25 | Access protection system for library member |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH03220640A true JPH03220640A (en) | 1991-09-27 |
Family
ID=11928311
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2016873A Pending JPH03220640A (en) | 1990-01-25 | 1990-01-25 | Access protection system for library member |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH03220640A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH08137686A (en) * | 1994-09-16 | 1996-05-31 | Toshiba Corp | Copyright data management method and copyright data management device |
-
1990
- 1990-01-25 JP JP2016873A patent/JPH03220640A/en active Pending
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH08137686A (en) * | 1994-09-16 | 1996-05-31 | Toshiba Corp | Copyright data management method and copyright data management device |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6526441B2 (en) | Input/output device information management system for multi-computer system | |
| JP3880607B2 (en) | Program authorization information data structure | |
| Wulf et al. | Hydra: The kernel of a multiprocessor operating system | |
| JPH07262072A (en) | File controller | |
| KR101806499B1 (en) | Method for managing files and apparatus using the same | |
| JPH07111688B2 (en) | Copying apparatus and method, and data processing apparatus | |
| US8452740B2 (en) | Method and system for security of file input and output of application programs | |
| US9111114B1 (en) | Method of transforming database system privileges to object privileges | |
| KR20150042868A (en) | Data maintenance system | |
| Jones et al. | Towards the design of secure systems | |
| JP2000305831A (en) | Method and system for managing file in distribution environment | |
| JPS63273961A (en) | Management system for plural versions | |
| JP3623979B2 (en) | Object scanning apparatus and method | |
| US5216604A (en) | Method and system for editing data by limiting current operations in accordance with previous operations | |
| CN107077573A (en) | Access control based on requester position | |
| JPH03220640A (en) | Access protection system for library member | |
| JP2006106986A (en) | Access management method and information processing apparatus | |
| JPH04344955A (en) | Temporary change method for access right | |
| CN115510471A (en) | A rights management method, computer-readable storage medium, system and device | |
| JPS63153633A (en) | Use limitation system for program | |
| JP5675925B2 (en) | Temporary separation of design model object data | |
| JPH07210438A (en) | File management method | |
| JPS628247A (en) | Control system for security of data | |
| US20070011166A1 (en) | Method and apparatus for providing multi-view of files depending on authorization | |
| WO2007093949A1 (en) | Distributed license tracking using license trail and shadow |