Questions tagged [user-permissions]

For questions regarding the appropriate use, settings, and enforcement of user permissions, typically for the purpose of either providing access to shared resources or restricting access to private resources.

Because permissions paradigms can change fairly drastically across operating systems and coding frameworks, setting appropriate permissions for users can be a daunting task that requires a great deal of knowledge about what kinds of access are both safe and necessary for a given task.

Restricting access too much can result in systems that are brittle and frustrating to users. Leaving permissions too open can lead to security and privacy issues. As such, finding the right balance for each application is paramount.

1163 questions
0
votes
1 answer

Drupal module permissions

When I run the code with an admin user, the module returns what it should. However, when I run it with a normal user, I get a 403 error. The module returns data from an AJAX call. I've already tried adding a 'access callback' => 'user_access'); line…
Trevor Newhook
  • 889
  • 1
  • 11
  • 29
0
votes
0 answers

Create a user level 777 directory inside root directory /

I need to put the Dropbox folder inside the root path, this way: cd /Dropbox I can't create first a normal folder because Dropbox automatically creates a Dropbox folder nested in it... so it would result in this (like It does now) cd…
Damiano Barbati
  • 3,356
  • 8
  • 39
  • 51
0
votes
1 answer

Implementing fine-grained runtime permissions in asp.net Membership?

Is there a preferred way of doing fine grained access that can be modified during runtime? ASP.net membership doesn't seem to support this. I thought of creating constant invisible subroles so that there would be a set of hidden roles like…
Joel Peltonen
  • 13,025
  • 6
  • 64
  • 100
0
votes
1 answer

Android APK permission analyzer

I'm trying to understand whether Google does indeed provide an APK permission analyzer? I did find this: http://code.google.com/p/apk-permission-analyzer/ If not, does Google (outside of Bouncer) check the APK permissions for "relevance"? Lots of…
user1512591
  • 71
  • 1
  • 8
0
votes
1 answer

Team foundation User Permission

we are working on a project using C#,5 developers, we are using team foundation to share the code between the developers. each developer can check in and edit only his part and he is allowed to view other developers parts. we are adding a new…
msytNadeem
  • 173
  • 1
  • 4
  • 15
0
votes
1 answer

How to enable the write permission on web directory?

I am writing an application which is daemon. It operates on a web-directory which is inside the inetpub/wwwroot/daemon_Folder. It will change the files there. The problem is that the folder manages to prevent the application from writing on it. I…
prabhakaran
  • 5,126
  • 17
  • 71
  • 107
0
votes
1 answer

How to force users to use specific custom template for meeting workspaces?

I have a calendar on a SharePoint 2010 site and I have created a custom site template based on the standard meeting workspace. I'd like to force users to only be able to use my custom template. One option is to add Hidden="TRUE" in webtemp.xml for…
0
votes
1 answer

Salesforce Remote Access permissions

When you programmatically access Salesforce through Remote Access, what account permissions does the code have? The Consumer Key for the remote access is created by a particular user, so does the Remote Access tool have the same permissions as that…
amindfv
  • 8,438
  • 5
  • 36
  • 58
0
votes
1 answer

Creating installation, Cant run application from programfiles if not admin

I made a small application and installation package for the application with installshield LE designed for Windows Xp/Windows7 32bit. Everything is working ok but i have premission issues. First of all, if user is not administrator then he cant…
ilansch
  • 4,784
  • 7
  • 47
  • 96
0
votes
2 answers

User permission dialog doesn't pop-up for tab application

I have a strange behavior for an application that I have implemented and that captures the user's info when accessed. The application, if accessed from outside Facebook URL, pops-up correctly a JavaScript permission dialog. But when I inserted this…
Ginger Opariti
  • 1,282
  • 5
  • 23
  • 41
0
votes
2 answers

user account "effective permissions" with powershell

I need to compare AD users permissions (one user can "unset" an attribute and another cannot, both can change it). How can I dump/compare user account "effective permissions" which I find when I go to user account > Security > Advanced > Effective…
0
votes
2 answers

Creating facebook app request along with permission

I'm using this to send an invitation from a user to his friend with my app, and asking for permission of public actions when they read news on my app: function xlfb_friendInvite() { FB.ui({method: 'apprequests', message: 'great app…
Binh Nguyen
  • 1,313
  • 3
  • 17
  • 27
0
votes
1 answer

How to auto-upgrade program (Inno Setup) on windows 7 without being admin?

I use Inno setup to install python package (py2exe) on the program files folder. the first installation require admin privileged and it is ok. The application has automatically upgrade option (it download the new setup exe ad run it in silence…
0
votes
2 answers

How do I set permissions for my CRUD?

I am learning ASP.NET MVC3, and I just created a controller for my Model/Context. However, anyone can navigate to these pages and use them. How can I set permissions for these pages?
LunchMarble
  • 5,079
  • 9
  • 64
  • 94
0
votes
0 answers

wordpress web installer system

I'm building my own cms with php (not on the web yet but soon...), and until now my system uses a terminal driven plugin installer. Now, I would like to improve the system and allow for web users to download plugins and install them from the…
ling
  • 9,545
  • 4
  • 52
  • 49