Short for "file system permissions" — access control based on user, group, or global access.

learn more… | top users | synonyms (1)

-2
votes
1answer
41 views

how to change permissions of files inside /var/www/results/abc.txt by some .sh file in Ubuntu [closed]

As we have to enter the root Credentials all time we change permissions of files inside /var/www/result/abc.txt , how to do this by a .sh (file). In my case these txt files are recursively generated ...
0
votes
0answers
67 views

MacOSX Mountain Lion and raw device access

It appears that when a CDROM is mounted under MacOSX 10.8 the owner:group of raw device is 'root:operator', but it was currently logged in user under MacOSX 10.7 (also with standard mount option ...
0
votes
3answers
28 views

PHP- set chmod after successfully upload?

<?php if (isset($_FILES['datei'])) { move_uploaded_file($_FILES['datei']['tmp_name'], 'upload/'.$_FILES['datei']['name']); echo "Filee successfully uploaded."; chmod($_FILES["datei"]["name"], ...
0
votes
2answers
103 views

Facebook JS SDK demanding too many permissions

I have a Facebook tab set up to ask for permission for the users email - this works fine, but the dialog that comes up says 'Appname would like to access your public profile, friend list and email ...
0
votes
1answer
56 views

Grant permission to user to add certificate to windows store opened with 'OpenFlags.MaxAllowed'

I have an application which adds a certificate to windows store. It works fine if I run this application as Administrator, but I'm getting 'Access is denied' cryptographic exception if I run it as a ...
-1
votes
0answers
13 views

Java ee 6 client independet user permissions

I have a issue to redisgn the user rights serivce in a Java EE environment. The actual situation is that the userrights are bound to swing components. So you can't use it in JSF environment for ...
1
vote
1answer
29 views

Selective access to Git repository based on SSH

I have a server with six Git repositories, to which I have read+write access through a single SSH account, all in /opt/git/, all owned by the SSH account. I'd like to give somebody else read+write ...
1
vote
2answers
49 views

How to check user's permission before moving a file to a different machine?

I want to move/copy a file into a folder on a different machine, and I want to check if the user has sufficient permissions to do this. How can I do this, where do I start? Is it even possible in C#?
0
votes
1answer
75 views

Web Service running in IIS. Grant write permissions to a folder from Visual Studio Setup Project?

Im installing my webservice using a Visual Studio 2008 setup project. Im currently having to manually give the "Network Service" user write permissions to the resulting folder in order to be able to ...
0
votes
1answer
65 views

I can retrieve all user names from active directory group on local server but on IIS showing exceptional error

I am new user for stachoverflow, I am developing one web application for intranet in which it authenticate user from active directory which works fine on IIS but I am getting problem to retrieve ...
0
votes
0answers
18 views

Java, Solaris : canExecutable function of File class returns true even if execute perms are not set

Following is the sample program I tried on a Solaris machine - public class FileHandling { private static FileWriter fstream; /** * @param args the command line arguments */ public static void ...
0
votes
1answer
35 views

PHP Composer permissions on packages

We have a server running Windows Server 2012 on AWS. We use composer to manage packages, and run the composer [install/update] commands on the main Administrator account. We run our scripts as a web ...
1
vote
1answer
119 views

Enable or Disable permissions for App in Android applicaton

I am new to android development. I have written a loop which go thru all installed applications. And it lists out permissions that are used by each applications. Now I am trying to allow user to ...
-1
votes
0answers
14 views

Android: How do set permission open app other

My application uses file encryption doc, read the file doc. When successful decoding Opening a file using other application. I doubt the security when opened by other applications. Ask: Can set ...
0
votes
0answers
18 views

c netbeans file permission cygwin

I'm developing a C-program in the NetBeans IDE with the Cygwin Gcc compiler. I'm trying write some values to a file with fp = fopen("results.dat", "w"); if (fp == NULL) { printf("I couldn't open ...
2
votes
1answer
139 views

How to design a hierarchical role based access control system

Basic deal is, we have a custom built "kickstart" for our projects. For this we are looking at redoing the user control. I know there are a lot of questions out there about general rbac, but I cannot ...
0
votes
0answers
38 views

Existing File became zero size when change it's permission

I have a difficulty to change permission of existing file. What I want to do is, marshall xml and write it to a file. Because the apps is running under 'root' account, then the file is owned by root. ...
0
votes
0answers
57 views

php file inside /var/www canot execute any shell scripting located outside /var/www

I have installed LAMP server, Ubuntu 12.04, php 5, apache 2. I want run some shell scripts (testproject.php) and java files located in /home/home/Desktop/Project folder from the php file inside ...
1
vote
2answers
68 views

Linux weird Folder Permission needed (CentOs)

I don't know if what I am asking now is possible, but if it is, that would be great. I have a public folder where some users have access. I want to prevent all these users from creating subfolders ...
0
votes
1answer
41 views

text file permissions to restrict browser access

I've created a log file that is updated whenever someone logs to my webpage. Whether the logging was successful or not. This log has some sensitive information, like unsuccessful password attempts, ...
1
vote
1answer
78 views

RAD PDF Service Message Worker Thread Unknown Exception

I try to open My PDF through RadPdf control but i get rendering error . i check the event viewer and get the following data : to fix the problem i have to create C:\WINDOWS\TEMP\RadPdfTemp\ and the ...
0
votes
1answer
17 views

Python CGIHTTPServer access denied on OS X

I get this error while trying to trigger a Python script inside CGI from the browser; Traceback (most recent call last): File ...
0
votes
2answers
91 views

Mkdir() permission denied C/linux programming

when I execute this code, I get the error Couldn't create backup sub-directory: Permission denied but I can't understand why since I give full permisions and I'm using a admin account on ubuntu. ...
0
votes
1answer
30 views

Use the RewriteEngine to direct away from a denied directory

The setup root/ .htaccess : Deny from All RewriteEngine On RewriteRule secret.txt /root/public/welcome.txt secret.txt public/ .htaccess : Allow from All welcome.txt The problem A ...
0
votes
2answers
60 views

Bare Git repo cannot add files or commit files

So I have been plagued with this weird git problem that myself and a few other developers have not been able to solve. Here it is: I created a bare repo for managing website changes using git on test ...
-1
votes
0answers
59 views

Filezilla: Premission denied despite full file premissions [closed]

I got an FTP username and password from a website administrator to upload the new site i designed. I tried to upload files and it didn't work. The file upload was aborted with a messaage 550 ...
0
votes
0answers
44 views

tomcat application run with different user than tomcat

I have a tomcat with several applications running on it. Those applications read / write files located in an user home folder (lets say /home/myuser/incoming and /home/myuser/outgoing) I start tomcat ...
0
votes
0answers
31 views

Always grant permission geolocation on browser as default

I have a site on which I use the geolocation function of the browser (Firefox) with the Google Maps API. It's working fine as it asks for permission of the user to pass his or her location. The ...
0
votes
0answers
27 views

Why WHMCS shows permission error after applying its security tips even when permission is 777?

I've installed WHMCS on my hosting space and did its security tips regarding to its document. I've moved templates_c, downloads, and attachments fot one level above public_html (I'm using DirectAdmin ...
0
votes
2answers
31 views

symfony2 cache/log permission issues

I've just uploaded a simple symfony2 app on a production server, and I get this configuration error: 2 MAJOR PROBLEMS Change the permissions of the "app/cache/" directory so that the web server can ...
0
votes
1answer
38 views

Facebook extended permissions error in Java Script

My app wants to request extended permissions if a user wants to use certain features. I am not able to get the FB.UI dialog box to pop up. My code is below (and it really does not seem that ...
3
votes
2answers
111 views

Unable to run compiled files - bash: ./a.out: Permission denied. (I've tried chmod)

I've compiled my C source using cc test.c, and it did generate a.out file. However when I run it I get this error - bash: ./a.out: Permission denied My source is not in the home directory, it is ...
0
votes
1answer
60 views

Apache multiple virtual hosts user permissions

I have webmin installed where I create new virtual hosts and new users to manage those sites. My process is: Create a new user. (/home/nameofuser/) SSH in as the new user, and create a webroot ...
0
votes
0answers
13 views

Facebook manage_groups permission

Is there any update on the ability to manage Facebook groups through the OpenGraph API. I am trying to delete members from my group using the API but I need the manage_groups permission. Whenever I ...
1
vote
0answers
16 views

Facebook scores cant be deleted due to removed permission?

again a little question considering facebook scores. As the app-admin I am able to set and delete scores for certain users with the app-accesstoken, lets say in case of cheating. I tried around a ...
0
votes
0answers
36 views

Facebook scores blocked by “only me” visibility

I have a game with highscores and I use the fb-score api to generate a friend leaderboard. One problem though ... to save a score for a fb-user, the app has to "post data for the user" ... in this ...
0
votes
0answers
23 views

FB does not return email/birthday with email and user_birthday permissions granted

I'm using omniauth-facebook and FB Javascript SDK to do FB signup/login. The code asks for email and user_birthday permissions, so I assume that I could always get email and birthday. But the problem ...
0
votes
1answer
12 views

Setting permissions on a CRAMFS file system

I am attempting to create a CRAMFS filesystem but am struggling with permissions. How to I set permissions so that when a host mounts the filesystem it will be root:root? Once the CRAMFS is created ...
0
votes
0answers
76 views

How to allow sub site access ONLY to FBA users in SharePoint Server 2013?

I have a site called Home and sub site called Tutorials under Home in SharePoint 2013 as shown below: Home Home/Tutorials The Tutorials sub site has unique site permission. I have implemented ...
-2
votes
1answer
471 views

Permission denied ssh (publickey,gssapi-with-mic,password) [closed]

I have a problem with ssh connection in windows. i can do the connection with putty and in Linux i change the key to open ssh with "puttygen" but when i do a connection say me: user@host's password: ...
2
votes
1answer
73 views

How can I programmatically check Amazon S3 permissions with boto?

We have a bushy tree in a bucket on Amazon S3 with a large number of files. I just discovered that while some files have two permissions entries, as seen if one clicks on a file in the AWS Management ...
0
votes
1answer
78 views

Running commands on Remote machine using PsExec from Msbuild invoked via Jenkins

I am using psexec(with MSbuild Script) to run an xCopy on a server from Jenkins(Hudson). The command runs ok when run through Command Prompt(as System user), but gives the following error when tried ...
0
votes
2answers
21 views

How can I skip a non-accessible folder?

This is my recursive function: private void createListFolder(string path) { try { string[] directoryList = Directory.GetDirectories(path); if (directoryList.Length > 0) ...
4
votes
4answers
867 views

what am I going to do with this Facebook alert? about the permissions

OAuth Dialog Read and Write Permissions Your app appears to be requesting both read and write permissions at the same time. Instead, request a small number of permissions initially, and ask for write ...
0
votes
1answer
42 views

Error code 2500 when requesting facebook picture

I am using the social framework and the accounts framework to access facebook from my app. In one line of code I do: NSURL *meInfo = [NSURL URLWithString:@"https://graph.facebook.com/me"]; Which is ...
0
votes
0answers
18 views

Windows User Permission influences SQL query outcome from MS Access

I have a baffling situation with a Windows .NET 3.5 desktop application that retrieves data from an MS Access (.mdb) file and displays it in reports. We have this software installed with more than 50 ...
0
votes
0answers
21 views

Heroku: Cannot access logs

While trying to tail the logs for an api hosted on Heroku: heroku logs --tail --app production I get the following message: ! You do not have access to the app production. I've tailed these ...
0
votes
0answers
4 views

sas proc export with full permissions

I have been hunting around a way to proc export a file and grant it full permissions. I believe the server settings to which we are exporting will come into play, but lets just assume that shouldt be ...
0
votes
1answer
72 views

I can't set 0777 as file permissions because owner/group is 48 48

I am trying to create a folder chmod it to 777 but I'm unable to it. It always reverts changes to: File Permissions: 341 Owner/Group: 48 48 It only happens when I try to create a folder using PHP. ...
0
votes
1answer
53 views

Error: Couldn't open PDF file 'MJVQKFFGFEPBI.TMP' for writing (permission denied)

I'm using pdflib to dynamically create the pdf docs in PHP, but for some reason the error message I receive is this Error: Couldn't open PDF file 'MJVQKFFGFEPBI.TMP' for writing (permission denied) ...

1 2 3 4 5 103