Short for "file system permissions" — access control based on user, group, or global access.
0
votes
0answers
7 views
How to mark as writable every bin/obj subfolder of a read-only directory?
I have a big directory with multiple projects inside. This directory is presently marked as Read-Only. But I want to change every "bin/obj" subfolder to be marked as writable with a windows command.
...
0
votes
0answers
23 views
Nginx conf not working all of a sudden. What is the proper way to write this?
First of all, let me state that I am brand new to nginx and I have not yet gotten to that point where I am able to diagnose issues on my own. So I am hoping one of you guys will be able to help me ...
0
votes
2answers
25 views
How to ensure correct file permissions
In order to protect an application from begin used wrongly, I'm trying to check that its configuration files have correct permissions, so that the application can trust the content of the files not ...
1
vote
1answer
26 views
ZF2 ACL -> allow for all actions in controller
I would like to add ACL to my zf2 application, but I've a problem with adding permissions for all actions in the controller.
I can do this:
$acl->allow('roleName','zfModule', ...
0
votes
1answer
36 views
Running Python PDF stapler tool using PHP exec | IOError: [Errno 13] Permission denied
A PHP based website I'm working on requires splitting PDF documents into single pages.
Having searched far and wide I have finally settled on using Stapler (https://github.com/hellerbarde/stapler), a ...
0
votes
0answers
11 views
Android GCM push notifications permissions
I need to receive GCM push notifications in my application but I don't want to use helper libraries.
Do I absolutly need to add the folowing permissions to the application's manifest : C2D_MESSAGE ...
1
vote
1answer
25 views
How to maintain different repositories for compilation for different users ?
I don't know if my question is too obvious, too complex or even if it makes sense. I tried to find information but couldn't get any answer...
I want to mantain a SVN repo of LLVM/Clang for my user A ...
0
votes
0answers
15 views
Facebook OAuthError - Can't post a public post to user's feed
I want to be able to post to a users wall, (a message he edits). But if the user didn't allow posting on his behalf, then I get the following error:
(#1) An error occured while creating the ...
1
vote
1answer
29 views
Reading File from Internal storage with No Read/Write Permissions?
I have a file on Internal Storage on the path e.g. /data/data/<package name>/folder/myfile
I don't have permissions to access this file but for my implementation I have to read this file. for ...
0
votes
1answer
26 views
Linux Centos - 'ls -d' command won't list folders
So I think I have a little user right issue.
Have been scripting a Webserver Control panel.
At a point in this script I'm listing all folders for a user into an array so I can compare it to the user ...
0
votes
1answer
18 views
Write permission for user who installed msi package
first of all, i'm not an expert programmer by any means so please excuse if my lingo is off.
I programmed a small project for school, basically it's just a simple cash register application. The user ...
0
votes
0answers
9 views
configuration permission folder apache
I'm configuration my apache server and i'm give permissions the folder /var/www/web.
chown -R www-data:root web
chmod -R 570 web
chmod -R 444 $(find web -type f)
is correct this configuration??
3
votes
1answer
37 views
c copy file permissions from another file
What's the simplest way to copy the unix file permissions of a file and set them to another file? Is there a way to store a file's permissions to a variable and then use that variable to set those ...
0
votes
2answers
16 views
How can I move postgresql data to another directory on Ubuntu over Amazon EC2?
We've been running postgresql 8.4 for quite some time. As with any database, we are slowly reaching our threshold for space. I added another 8 GB EBS drive and mounted it to our instance and ...
0
votes
2answers
55 views
How to set correct file permissions for ASP.NET on IIS
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Error Code : 0x80070005
Config Error : ...
0
votes
1answer
20 views
Can't open files generated by PHP app on windows
I'm having a problem when I try to open files that were generated by my CMS on my windows machine. It has an upload function that saves the file on a given location (it is on my user folder, where I'm ...
0
votes
1answer
15 views
Granting permission to individual fields in MySQL
I have MySQL Database and have several tables in it. One, of course, is the users table for storing the username and passwords (which also has the rest of their information). For all the tables in ...
-1
votes
1answer
40 views
CakePHP You don't have permission to access /app/webroot/ on this server [closed]
I have a problem with CakePHP. I downloaded CakePHP and unzip framework to my project folder: ProjectCake. Then run my site(localhost): conrad.lh .The browser display:
You don't have permission to ...
1
vote
0answers
19 views
Permission error - cannot delete uploaded files from FTP
I have found several posts asking similar questions however this situation is different. In my upload class I'm creating a directory from a user's id with mkdir, then calling move_uploaded_file to ...
0
votes
1answer
19 views
How to allow a user to only be able to edit his items in XAF
I have a CompanyUser and Product class
Each user can create x amount of products.
I only want each user to be able to view each others products, but only to be able to edit their own product.
I have ...
0
votes
0answers
11 views
Win32 CRYTO Who is responsible for certificate permissions in CERT_SYSTEM_STORE_SERVICES?
My service use certificate in CERT_SYSTEM_STORE_SERVICES.
The problem is that system makes usage of CERT_SYSTEM_STORE_SERVICES very uncomfortable.
I use MMC (started as Admin) and open Local services ...
0
votes
0answers
10 views
Custom code access permission throws SecurityException with message “Failure decoding embedded permission set object.”
We have a pretty elaborate authorization system which requires the use of a custom permission somewhat similar to PrincipalPermission. I followed all suggestions on MSDN and looked at the code of ...
0
votes
1answer
17 views
Create directory with script user as owner
I'm on a shared host (with safe mode on) and I'm having trouble creating directories that PHP can actually write to. Let's say my account is called matty and the apache account is called web.
When I ...
0
votes
0answers
4 views
How do I set permissions on IIS8 for AWSTATS
System:
Windows Server 2012 IIS8
AWSTATS Version: 7.1.1
awstats.domain.com.config is created with these settings:
When I go to:
http://awstats.domain.com/cgi-bin/awstats.pl?config=domain.com
...
1
vote
1answer
67 views
Access Denied when copying DLL files for particular client
We have a small utility which updates our software on client computers by simply copying/replacing certain files. The files consist of both EXE's and DLL's. All works fine, except for one client of ...
0
votes
3answers
32 views
How can I make a program finds it's own location to save and read a file?
I'm trying to write an xml file and attach it to an email. It works great if I give it a path to my personal documents folder(i.e. C:\users\myname\Documents\Test.xml), but if I try to change it to ...
1
vote
1answer
43 views
Can i find out when app permissions change?
I have an app which requires the use of location services, but attempts to fetch data every minute. This means that even if the user allows location services after a second, it'll be another 59 before ...
0
votes
0answers
11 views
Ubuntu group permission how to change [migrated]
How do I change the permissions for a specific group that I have created?
Say for example I create four new users named Anna, David, Carl and Eva and I also create two different groups which I name ...
0
votes
1answer
32 views
Specifying native Android APK permissions
When I install my app on an AVD (or a real device), it shows the requested permissions as "Storage - modify/delete SD card contents" and "Phone calls - read phone state and identity"
However, I don't ...
0
votes
2answers
15 views
Permissions problems with wordpress
I urgently need some advice as to why I have to change all files I want to edit to 777? I think there maybe sound thing wrong with the apache user not being the owner. I can only edit any file if I ...
0
votes
0answers
65 views
Facebook Permissions pop-up appears then disappears
Basically every time I try and get permissions from the user the little dialogue box appears and disappears almost instantly meaning I cant allow the extended permissions needed for my app. I'm not ...
1
vote
0answers
9 views
How Do You Set Write Permissions But Not Read Or Modify - cPanel?
I am building a site where the user needs to be able to upload files.
I want them to be able to upload files but not read them.
For example, if they upload "test.zip" i dont want them or another ...
0
votes
0answers
13 views
Retrieving posts that inherit usergroup permissions from parent topics/categories
I have a PyroCMS 2.1 project (based on Codeigniter) that revolves around user groups and group permissions. A user can be a member of multiple groups.
I'm trying to create a forum/discussion module ...
0
votes
0answers
20 views
Android emulator — how to change permission for the sdcard on MAC OS X
I have read several answers to this question and it did not help me. THere was something about starting the adb shell, but I cannot do this. I read this article
how to change permission of DDMS / ...
0
votes
2answers
33 views
Running Gunicorn behind chrooted nginx inside virtualenv
I can this setup to work if I start gunicorn manually or if I add gunicorn to my django installed apps. But when I try to start gunicorn with systemd the gunicorn socket and service start fine but ...
1
vote
1answer
13 views
How do you assign certain permissions to a single user without using the roles?
Adding permissions to a role enables the given permission to all users in that role by default; this is something I want to avoid.
I want to be able to set permissions like "Booking: View own ...
0
votes
0answers
34 views
CURL permission denied via browser, works on ssh
Yesterday I have changed my usergroup/user on my linux host for a group of files. Today I found out that CURL is rising a permission denied (only on browser access, works on SSH)
Couldn't send ...
-1
votes
0answers
13 views
Sites folder permission denied [closed]
I have just set up php54 from Jose Gonzales brew.
Apache shows "It works" in localhost but i am denied access to localhost/~username/Sites
I have httpd.conf set with:
Options Indexes ...
1
vote
0answers
45 views
logcat error: can't open file for reading
ALL of my project have this error: "can't open file for reading" in logcat.
May I know is my eclipse got problem or I need to add some permission in some where?
What should I do to remove this ...
0
votes
0answers
39 views
Failed to load a dll in the Temp Directory on a Windows Server
I have developed an C# application that run very well in local.
But there is a problem when i put on the server.
The application use a DLL library (A.dll) in a point of the execution, this A.dll ...
0
votes
1answer
16 views
Script to change ownership of folders in Plesk vhosts
I'm looking for some help in creating a shell script in Linux to perform a batch ownership change for certain folders in a Plesk environment where the owner:group is apache:apache.
I want to change ...
0
votes
1answer
43 views
Warning: Unknown: SAFE MODE Restriction in effect. The script whose uid is 10014 is not allowed to access / owned by uid 0 in Unknown on line 0
I have a site on one of those low cost web hosts and I've been having some problems with some files generating the following error:
Warning: Unknown: SAFE MODE Restriction in effect. The script ...
0
votes
1answer
23 views
You don’t have permission to save the file “project.xcworkspace” in the folder “jDiet.xcodeproj”.?
I'm still new with this PhoneGap and Xcode and I can't find the solution via Google.
After creating the file in the terminal, and try to open the Xcode project I get the following error:
You ...
0
votes
1answer
12 views
Configuration file cannot be accessed, insufficient permissions
I apparently, according to this error, cannot access my site:
Cannot read configuration file due to insufficient permissions
which basically means it cannot access my web.config file due to it ...
0
votes
0answers
20 views
iOS ShareKit issue with facebook popup webview. User not able to see the “Cancel”, “Allow” buttons for newly created users
Since Facebook introduced it's "profile completion messages", trying to log in and allow the app to give permissions for a user without friends or photos, will block the user to reach the "Cancel" and ...
-1
votes
1answer
40 views
Default permissions for new objects in the schema
I'm working on a DB2 for i database (aka DB2/400), on a schema (library) named S.
Inside schema S, I create database tables, procedures etc. with user A. I need that also user B has all privileges on ...
0
votes
0answers
13 views
Desperate with Apache2 and cgi (Ubuntu 12.04). Help :(
m having an issue installing apache2 in Ubuntu 12.04. Im trying to set the cgi-bin folder in the path /home/www/cgi-bin. Ive followed and search all over the internet but I still dont get it...
...
0
votes
0answers
14 views
Token generated from Facebook application has no scope
I am working on a native Android App for Facebook. I so created an account on Facebook developers in order to create a new app.
In the field "User and friend permission", I choose user_likes and ...
-1
votes
1answer
22 views
Change permission of directory in windows network drive [closed]
I have problem setting permissions for directories. If I go to folder properties (in windows 7) in mapped network drive, it giving me only 3 tabs: general, previous versions, customize. But nothing ...
0
votes
1answer
45 views
How to use interopPermission on batch job script execution
I'm trying to run a powershell script through batch job, I used the following code that works fine in a job :
System.Diagnostics.Process process;
System.Diagnostics.ProcessStartInfo startInfo;
;
...


