Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Do I really need a security policy?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I saw some people using security policy which grants all permissions. I am just wondering if this is really necessary. Since if the application is running without a security manager, there is no requirement to establish permissions for that application. By default, the application has full access to all resources. Also, by default, an RMI program does not have a security manager installed, and no restrictions are placed on remotely loaded objects.
Did I miss something?
Charley
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For the assignment I only used security on the client. Not really necessary, but just shows the assessor you understand how to use it, even though in our cases we grant all access.
Mark
 
Charley Zuo
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mark,
Thanks for your reply. So I suppose they won't take points off if I don't use security manager in my assignment, since there is no requirement in the documentation. If anyone knows it is not true, please advise. Thanks.
Charley
 
reply
    Bookmark Topic Watch Topic
  • New Topic