Short for "file system permissions" — access control based on user, group, or global access.
4
votes
0answers
79 views
Desktop web game policy change - what parameters are allowed?
We have a browser based game which uses Facebook Connect through an AppID that we used to run the same game in a canvas until Fb Credits were introduced and we were forced to shut it down. Now, we ...
4
votes
0answers
436 views
Symfony2 ACL access to multiple objects for multiple users
I'm busy with a Symfony2 application that needs some ACL permissions.
I'm a newbie with Symfony2, so not sure if i'm looking at this the right way.
I have multiple clients, each with multiple ...
3
votes
0answers
107 views
Signed J2me app hanging at first start
In my j2me app that is signed by veriSign, has problem in accepting the always or yes permissions the time it has to perform PIM.getInstance().openPIMList(..) action.
When my app perform below line ...
3
votes
0answers
329 views
Asynchronous WMI Event handling in .NET
I am trying to run some processes remotely using WMI and the wait for the process to finish. Currently the event watcher is semi-synchronous using WaitForNextEvent which also has a timeout in case the ...
3
votes
0answers
213 views
Lightswitch entity level permissions is not working correctly in internet explorer
I think I found a bug in lightswitch and I searched throughout google to try to find someone else who has the same problem, but haven't had any luck so far.
Seems that lightswitch caches the ...
3
votes
0answers
2k views
Could not load file or assembly 'Microsoft.CSharp' when logged in with user which is not a member of administrator group
I have created a website which compiles successfully when I logged in using administrator but when I log-in using any other user, following error occurs.
Could not load file or assembly ...
3
votes
0answers
229 views
Use PolicyKit to give my application access to restricted files
I'm writing an application for Ubuntu, which allows you to customize the Unity 2D desktop environment.
Some settings, I can change using Dconf, which is user-specific. So if one user changes a ...
3
votes
0answers
305 views
How to make a permission system like the following with Symfony 2?
General description
The system should handle a lot of items organized into nested categories (see visual example below) while giving the clients the ability to define the permission rules (see ...
3
votes
0answers
4k views
Giving an Android app root permission
Using adb.exe that comes with the Android SDK, I can get root access to an Android device.
For testing purposes, I would like to give an Android app root permissions as well.
I know that app is ...
2
votes
0answers
55 views
Django: user.has_perm always true and user is not superuser. Why?
I assigned a permission of a user in my Django 1.5 app.
When I list all user permissions with
In [1]: user.get_all_permissions()
Out[1]: set([u'profile.change_profile'])
I can see one permission ...
2
votes
0answers
48 views
Permissions aren't being loaded for Chrome Extensions
Just started my first chrome extension and I'm trying to use the chrome.bookmarks.getChildren() method. I am getting an error saying
Uncaught Error: You do not have permission to use ...
2
votes
0answers
718 views
SSRS 2008: User Does Not Have Required Permissions
I have already researched the following existing SO questions and the links that they reference:
User '' does not have required permissions, SSRS 2008 on Windows 8
Reporting Services ...
2
votes
0answers
117 views
Give users who don't have sysadmin role the ability to use SSMS (or similar) to attach / detach databases from external source
I've searched high and low for how to do this. Let me give some background so we can avoid repeating the same old stuff.
At my company we sometimes receive hundreds of databases a month from external ...
2
votes
0answers
47 views
Why my app vibrates only when the usb cable is connected to the PC?
Im my app. I have to make vibrations in time intervals defined by the user.
Basically it has a chronometer that makes the device vibrating when it is reached the defined time.
I have two issues:
...
2
votes
0answers
169 views
Virtualenv hook.log
My team uses virtualenvwrapper to manage the virtualenvs for our projects. However, it seems our hook.log group permissions keep getting changed to an individual user instead of keeping the shared ...
2
votes
0answers
234 views
jnlp.BasicService.showDocument url permission denied with all-permissions and signed jar
I have an applet running in jnlp. My single jar file is signed. I accept the permissions prompt each time the JNLP client is launched. I can obtain the BasicService but it still throws a url ...
2
votes
0answers
651 views
Sharepoint 2013 users which are programmatically added using Client Object Model cannot contribute to document library
I have a problem with user permission of users which are programmatically added to Sharepoint 2013 group using Client Object Model. The web application allows anonymous, but I also have a document ...
2
votes
0answers
112 views
oAuth manage_pages scope is requested, but Manage your Pages permission request missing
I have working code to request the user to grant manage_pages permission to my app during the oAuth process. This code has been in place for many months and has not changed. When I test the steps, ...
2
votes
0answers
254 views
Permissions on /tmp/cache/assets on RAIL app
I have a permissions problem.
Using wickedpdf on my rails app to print, it produces tmp assets files into the dir /tmp/cache/assets.
The files that it writes, like this one ...
2
votes
0answers
421 views
Magento not rebuilding product image cache, certain pages loading with url extension ?_SID=U
site: cart.oldfloridian.com
After clearing Magento's image cache, the site seems unable to rebuild image caches and certain pages are loading with a url extension ?___SID=U. All product images are ...
2
votes
0answers
115 views
should Django groups and permissions be hard-coded or bootstrapped?
I'm building an app that assumes the existence of certain groups and permissions for its workflow. For example, a "member" can log into the app and view and edit their personal data, but cannot see ...
2
votes
0answers
325 views
Use android RootTools library to gain permission android.permission.STATUS_BAR
I am trying to code an app that calls a method in android StatusBarManager. I did it the same way as the hack to expand the android status bar:
try {
Object service = ...
2
votes
0answers
372 views
Face book Permissions error with code 200 while publishing comment to post made by users except me
I am getting Permissions error with code 200 from facebook while trying to publish a comment under post made by users other than me in the facebook fanpage whos admin is myself. I am using facebook ...
2
votes
0answers
187 views
Retrieve Fb post comments using FBGraph
I am trying to retrieve Fb comments on a particular post. I tried to implement following method:
FbGraphResponse *fb_graph_response = [fbGraph doGraphPost1:@"3788106577940/comments" ...
2
votes
0answers
108 views
Mercural ACL groups causes 502 error
I am setting up my mercurial repo using the ACL extension. When I configure the ACL.deny section I am trying to deny a specific group of users. When blocking them individually ACL works as intended ...
2
votes
0answers
245 views
Wkhtmltopdf user permission
I can't seem to get wkhtmltopdf to work on a user account
As root user
wkhtmltopdf -V
wkhtmltopdf http://google.com google.pdf
Both the above work
But as a normal user I get an error
wkhtmltopdf ...
2
votes
0answers
102 views
naming convention for permissions in Spring Security?
I am currently implementing a security layer in our web application using Spring Security and more precisely hasPermission() method by implementing our own PermissionEvaluator.
I am wondering if ...
2
votes
0answers
333 views
Some questions about the “USE_CREDENTIALS” permission
i have some questions regarding the "USE_CREDENTIALS" permission on android :
it seems that it's used for using your own syncadapter . can it also be used for communicating with other syncaAdapters ...
2
votes
0answers
319 views
Git change default umask when update file
I have a problem with Git. I searched for a solution in Google and in StackOverflow but nothing helps.
The problem is that every time git updates some file in the working directory (when I checkout ...
2
votes
0answers
123 views
permission for exported service in android
I installed the new android ADT and now I see warnings about exported services defined in the AndroidManifest that do not require a permission.
The problem is that the services are related with the ...
2
votes
0answers
337 views
Android - getNetworkInterface and needed permissions
got a strange problem here.
I have a function which reads the NetworkInterfaces and gets me the WiFi-Interface name.
This worked properly 2 weeks ago with the only permission ...
2
votes
0answers
336 views
Permission denied error while running embedded pig in Java on Hadoop
Last week I used the user "root" to start the Hadoop's dfs & mapreduce and run the Embedded-Pig Java code. It was running fine.
This week I'd like to perform the same task by using a non-root ...
2
votes
0answers
425 views
Cancelling from Facebook Permissions dialog redirects and does not close
I am trying to add Facebook login functionality to my web site using Javascript.
I have called FB.init and FB.login and get the expected popup window that asks me to log in with my Facebook ...
2
votes
0answers
272 views
git won't commit changes to files already in index (preserving permissions: operation not supported)
I'm trying to setup git as a deployment solution on a server but I encounter some pretty weird behavior using it. Basically git won't add changes for commit.
make a new repo:
~$ mkdir test ...
2
votes
0answers
181 views
Access to certain fields on put/get methods in WCF Data Service
At first technologies which I'm using:
Data model: Entity framework
Service: WCF Data Service
I've just wrote WCF Data Service application. I added custom authentication/authorization actions to ...
2
votes
0answers
251 views
How to grant permission to delete X509Certificate2 from a store
I have some code which deletes certain certificates from the "TrustedPeople" store on the local machine. The code to do this:
var serverClientStore = new X509Store(StoreName.TrustedPeople, ...
2
votes
0answers
2k views
Django OSError: [Errno 13] Permission denied: 'static'
I tried almost for a week, but could not solve this problem, and could not find anything online, that can help me.
I have a multi-domain server with Centos 5.3, and a Django project, I must deploy. I ...
2
votes
0answers
147 views
How do I check if current user has the right restart a windows service?
How do I check if the user has permission to start/stop a specific windows service, without actually stopping or starting it?
The question is not about granting the right to restart the service to ...
2
votes
0answers
75 views
Getting/Setting file permission on IIS
I am running PHP5 on IIS7. When I use the functions fileperms and chmod they do not work as expected. I know that some installations are setup to work, however, mine is not. Is there an alternative ...
2
votes
0answers
501 views
Can't see the new advanced auth dialog with my dev and test users
I'm trying to get Facebook's new Enhanced Authorization dialog to appear for my dev/test users, and it's been really problematic. When the Enhanced Authorization dialog doesn't appear, I can't get the ...
2
votes
0answers
289 views
.Net 4 CAS - Request for the permission of type 'System.Net.WebPermission, System, Version=4.0.0.0, Action: Demand
My build server runs a SpecFlow acceptance test DLL through Gallio.
This calls a WCF service and performs our acceptance tests.
Running locally works fine.
However on the build server (even with ...
2
votes
0answers
417 views
NeatUpload issue uploading pdf and gif files on remote server
We've recently run into this issue whereby pdf and gif files will not upload successfully on our remote system test server. Other file formats such as .docx, .xls, .jpg work and all file types work in ...
2
votes
0answers
447 views
Setting Permissions on files shared between Linux and Windows on EMC Celerra
I have an EMC Celerra filesystem shared between Windows and Linux Clients. User A on a Windows client creates a directory and set of files and User B on a Linux client is to modify and/or delete ...
2
votes
0answers
330 views
(Django, South) New models aren't added to panel admin after migration, “Permission denied”
I have recently added new models to site using South, but after migration new models aren't shown in admin panel (they are registered in admin.py).
I have also changed old models fields to link to ...
2
votes
0answers
620 views
iOS/Android Bluetooth sharing permission question
Hey guys, I was just wondering about bluetooth API for Android and iOS:
Can I connect 2 devices and share things without user "permission"? (after running app and the user accept the terms)
I mean, ...
2
votes
0answers
1k views
SharePoint Permissions - User w/ Full Control cannot create page
I have two users who have Full Control permissions to their department sub-site on SharePoint. They also have Full Control to the Pages document library. The Pages doc library has distinct ...
2
votes
0answers
226 views
How can I see what zone or site of origin caspol considers a piece of code to belong to?
I am trying to get used to caspol because the downloaded projects for software books I use invariably won't run because "the project location is not trusted". I understand I need to use caspol to ...
2
votes
0answers
981 views
Get list of groups-users-permissions-special permission for a folder in Windows 2003, programatically
I use Window 2003 server, and I need get information about security folder, programatically using C#.
I want create a tool for check permissions. I need get the groups, users, permissions and special ...
2
votes
0answers
4k views
How to avoid permission denied when deploying with tomcat manager?
I'm trying to deploy a web app located in my home directory using the tomcat manager app (through its web interface) and get the following error:
java.io.FileNotFoundException: ...
2
votes
0answers
1k views
CopSSH SFTP — limit users access to their home directory only
Let me preface this by saying I've read and followed these instructions at the FAQ many times: http://www.itefix.no/i2/node/37
It does not do what the title claims... It allows every user access to ...
