AW: Java File Permissions

  • From: <Jan-Hendrik.Boll@xxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Mon, 19 Jan 2009 12:21:31 +0100

you could restrict the access with file-system restrictions.
However that doesnt help you if the user owning the oracle-process needs
to access the folder anyway.
 
________________________________

Von: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] Im Auftrag von John Dunn
Gesendet: Montag, 19. Januar 2009 11:59
An: oracle-l@xxxxxxxxxxxxx
Betreff: Java File Permissions


Developers have asked for the following java permissions. 
 
call dbms_java.grant_permission('"PRODUCER_USER',
'SYS:java.io.FilePermission', '<<ALL FILES>>',
'read,write,execute,delete')
 
Rather than gives access top all files ,I want to restrict them to a
specific directory and sub-directories.
 
Is that possible?
 
 
 

John Dunn

Product Consultant
Sefas Innovation Limited.

Tel:   + 44 (0) 117 373 6122

www.sefas.com <http://www.sefas.com/> 

P   Please consider the environment before printing this email

Sefas Innovation Limited, CityPoint, Temple Gate, Bristol BS1 6PL, UK.

Tel: +44 (0) 117 373 6114 Fax: +44 (0) 117 373 6115.

Registered No: 3769761 England. 

Registered Office: One New Street, Wells, Somerset, BA5 2LA, United
Kingdom. 

VAT Registration No: GB 741 5377 32

Unless stated to be non-confidential, this email and any attachments are
private and confidential and are for the addressee only.  Sefas monitors
e-mails to ensure its systems operate effectively and to minimize the
risk of viruses.  Whilst Sefas has taken reasonable steps to scan this
email, it does not accept liability for any virus that may be contained
in it.

Internet communications are not 100% secure and as such Sefas is not
responsible for their abuse by 3rd parties, nor for any alteration or
corruption in transmission.

 

Other related posts:

  • » AW: Java File Permissions - Jan-Hendrik.Boll