TIHOR@NYU-ACF7.ARPA (Stephen Tihor) (11/25/85)
The long transcript that follows shows why I thought that OWNER_IDENTIFIER
does no bypass tape labels for a NON-PRIVILEGED user with accessibility "1"
tapes. Could you be more specific about how OVERRIDE=OWNER_IDENT bypasses
tape label restrictions? Should I use ACCESSIBILTY="A" tapes, ACCESS=" "
(aka UNPROTECTED) tapes?
-----------transcript follows------------
$ init mfa0: semise /prot=(W,G,O,S)
$ mount mfa0: semise
%MOUNT-I-MOUNTED, SEMISE mounted on _ACF6$MFA0:
$ copy disk$users:[tihor]tapes.mai mfa0:/log
%COPY-S-COPIED, DISK$USERS:[TIHOR]TAPES.MAI;1 copied to MFA0:[]TAPES.MAI;1
(48 records)
$ dism mfa0:
$ mount mfa0: semise
%MOUNT-I-OPRQST, Please mount volume SEMISE in device _ACF6$MFA0:
Remount Tape
%MOUNT-I-WRITELOCK, volume is write locked
%MOUNT-I-MOUNTED, SEMISE mounted on _ACF6$MFA0:
%MOUNT-I-RQSTDON, operator request canceled - mount completed successfully
$ sho mag mfa0:
Magtape ACF6$MFA0:, device type TU78, is online, allocated, deallocate on
dismount, mounted, software write-locked, file-oriented device, error
logging is enabled.
Error count 148 Operations completed 317595
Owner process "SYSTEM" Owner UIC [VMS,SYSTEM]
Owner process ID 20C00DB6 Dev Prot S:RWED,O:RWED,G:ED,W:ED
Reference count 2 Default buffer size 2048
Volume label "SEMISE" Relative volume no. 0
Record size 0 Transaction count 1
Mount status Process Mount count 1
ACP process name "MFA0CACP"
Density 1600 Format Normal-11
Volume status: beginning-of-tape, write-locked, odd parity.
$ dir/full mfa0:
Directory MFA0:[]
TAPES.MAI;1 File ID: (1,1,1)
Size: 2/2 Owner: [VMS,SYSTEM]
Created: 25-NOV-1985 00:00 Revised: <None specified>
Expires: 25-DEC-1985 00:00 Backup: <No backup done>
File organization: Sequential
File attributes: Allocation: 2, Extend: 0, Global buffer count: 0
Version limit: 0
Record format: Variable length, maximum 103 bytes
Record attributes: Carriage return carriage control, Non-spanned
File protection: System:RWED, Owner:RWED, Group:RWED, World:RWED
Access Cntrl List: None
Total of 1 files, 2/2 blocks.
$ set host acf6
Username: unprivileged user
Password:
Welcome to VAX/VMS version V4.2 on node ACF6
Last interactive login on Monday, 25-NOV-1985 13:16
Last non-interactive login on Friday, 4-OCT-1985 17:08
$ mount mfa0: semise
%MOUNT-I-WRITELOCK, volume is write locked
%MOUNT-I-MOUNTED, SEMISE mounted on _ACF6$MFA0:
$ dir mfa0:/full
Directory MFA0:[]
TAPES.MAI;1 File ID: (1,1,1)
Size: 2/2 Owner: [VMS,SYSTEM]
Created: 25-NOV-1985 00:00 Revised: <None specified>
Expires: 25-DEC-1985 00:00 Backup: <No backup done>
File organization: Sequential
File attributes: Allocation: 2, Extend: 0, Global buffer count: 0
Version limit: 0
Record format: Variable length, maximum 103 bytes
Record attributes: Carriage return carriage control, Non-spanned
File protection: System:RWED, Owner:RWED, Group:RWED, World:RWED
Access Cntrl List: None
Total of 1 file, 2/2 blocks.
$ ty mfa0:tapes.mai
%TYPE-W-OPENIN, error opening MFA0:[]TAPES.MAI;1 as input
-RMS-E-PRV, insufficient privilege or file protection violation
$ sho mag mfa0:
Magtape ACF6$MFA0:, device type TU78, is online, allocated, deallocate on
dismount, mounted, software write-locked, file-oriented device, error
logging is enabled.
Error count 148 Operations completed 317698
Owner process "TIHORS" Owner UIC [VMS,SYSTEM]
Owner process ID 20C00DC3 Dev Prot S:RWED,O:RWED,G:ED,W:ED
Reference count 2 Default buffer size 2048
Volume label "SEMISE" Relative volume no. 0
Record size 0 Transaction count 1
Mount status Process Mount count 1
ACP process name "MFA0CACP"
Density 1600 Format Normal-11
Volume status: write-locked, odd parity.
$ dir mfa0:
Directory MFA0:[]
TAPES.MAI;1
Total of 1 file.
$ dism mfa0:/nounload
$ mount mfa0: SEMISE /over=owner
%MOUNT-F-NOPRIV, no privilege for attempted operation
$ mount mfa0: SEMISE /over=(owner,access)
%MOUNT-F-NOPRIV, no privilege for attempted operation
$ mount mfa0: semise /override=owner_identifi
%MOUNT-F-NOPRIV, no privilege for attempted operation
$ mount mfa0: /for
%MOUNT-F-NOPRIV, no privilege for attempted operation
$ dism mfa0:
%SYSTEM-F-DEVNOTMOUNT, device is not mounted
$ logout
unprivileged logged out at 25-NOV-1985 13:36:40.15
%REM-S-END, control returned to node _ACF6::
-------