The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
9 views

SSH per-user folder permissions [closed]

I'm trying to set up an SSH folder structure / user so that the user cannot read/write certain files. Is it possible to set up file/folder permissions to be per-user, or are these settings only ...
-2
votes
1answer
16 views

Restrict Ubuntu SSH user to a folder, with access to its children but not its parent? [closed]

Here's the situation. I have a new user who I want to be able to have full access to a certain existing folder, let's say it's /root/Apple, which has lots of child folders. This user should be sent to ...
0
votes
0answers
15 views

How can I change permissions for a folder and all sub files and folders in ubuntu? [migrated]

I know there are a few questions on this topic on the internet but I have a slightly different question. so when I click on the change permissions for enclosed files and change the permissions for ...
0
votes
1answer
20 views

What is this android.permission.STATUS_BAR_SERVICE used for? And what is the difference between uses-permission and permission?

I want to know more about this permission and its signature level? <permission android:name="android.permission.STATUS_BAR_SERVICE" android:protectionLevel="signature" /> Like ...
0
votes
2answers
16 views

Why does not android market support tablets for my application?

I published my android app on market, but it is not supported by tablets. My permissions are <uses-permission android:name="android.permission.INTERNET" /> <uses-permission ...
2
votes
1answer
29 views

accessing MATLAB from a different user account [closed]

I have MATLAB installed in my home directory on a linux machine which has multiple users. I want to allow one specific user and not all users to be able to run MATLAB from his user login. How can I do ...
0
votes
0answers
14 views

WebBrowser control in form produces javascript errors when not running as Administrator

I have a simple TrayApp that opens a Windows Form with a WebBrowser that loads a page with some javascript. That's all fine until I run the app as a user that doesn't have Admin privileges. If ...
0
votes
1answer
16 views

MAC OS Installer “child process exited abnormally”?

On MAC OS I am running a installer package in the Installer like as shown below, -pkg "~/Desktop/SubFolder/app.pkg" -target / And I get this error message, Child process exited abnormally ...
0
votes
1answer
43 views

How to give node referance to check cakephp 2.3 ACL permission

I am using cakephp 2.3.0 and working with ACL. I am giving the permission to a group as follows: $group->id = 2; $this->Acl->deny($group, 'controllers'); $this->Acl->allow($group, ...
0
votes
1answer
30 views

How to grant Alfresco permissions to newly created user in Liferay

I am using an Alfresco portlet inside my Liferay website. Whenever I create a new Liferay user, he is automatically created in Alfresco also. However, this user has no permissions for uploading, ...
0
votes
1answer
30 views

Doubts about Admin Privileges

I made a WPF application which reads/writes other processes' memory, makes a large use of registry keys, reads/writes files on disk and downloads/deploys files from a website. LOL no, it's not a ...
0
votes
1answer
55 views

Response 400 (bad request) when invoking WCF service with other user than Administrator

I have a simple WCF service (hosted in Server01) which I've been using with no problems. After installing in this particular server (lets call it ClientServer01), I started to get the response 400. ...
1
vote
1answer
37 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
21 views

SHAREPOINT TASKS, OUTLOOK, Finding/removing USERS that have connected to a tasklist on sharepoint using Outlook

This is the first question I've asked (I think) and I've been searching everywhere for this. I'm not sure if this is a really elementary and obvious question (would explain the lack of anything on ...
0
votes
0answers
16 views

TFS2012 'spontaneous' permissions reset

After a successfull migration from TFS2010 (from server A) to TFS2012 (server B), we experience two annoying issues. I'll hope anybody can help us out with this. 1) In our new TFS2012 environment we ...
1
vote
2answers
100 views

Is there a way of detecting whether a user has already given permission to use navigator.geolocation?

Apart from setting a cookie the first time round, is there a way of detecting whether a user has already given permission for navigator.geolocation to return the lat/long of the browser? If there ...
0
votes
1answer
83 views

The Implementation of Users permissions SQL and VB.NET

I am currently working on a project that is designed based on SQL and VB.NET. The idea as the following: there are different permissions for users. The administraotr grants each user specific ...
0
votes
1answer
145 views

Which pattern to use for simple c# users permissions?

I need an advice. I'm developing an program for managing Student's Projects in college. (I student myself, it my project for 2nd year). Using c# .NET 4, WINFORMS. I have different users with ...
0
votes
1answer
53 views

Node.js w/ Socket.io - switch users function (allow and prevent writing)

I'm building something with node.js and socket.io which allows users to write in a textarea (pretty much like a tchat), but I need them to write alternately. Something like: User 1 is writing. User ...
0
votes
0answers
84 views

Is account temporarily suspended because my app?

I'm not strong English grammar. sorry if some word is weird. I have develop My first App Facebook for some campaign with PHP. This app will allow "Fans of campaign page" to Registers some Information ...
0
votes
2answers
31 views

How to make an iphone application that should not give user permission to delete itself. Is there any way to do so ?

I am in an organization which is going to provide ipad with installing our app on particular ipad to sales person we want that app should not be deletable from ipad is there any way to do so by ...
0
votes
0answers
51 views

Processes not starting other processes when it's not me starting them?

So I have this webpage. From this webpage, the user sets some stuff up, and presses a button, which makes an XMLHTTPRequest in Javascript to a php script on the server, passing a JSON string, which ...
0
votes
2answers
39 views

Deny user permissions to reg value?

I'm trying to make a basic trial period method to my application adding a invisible reg key and also denying the user to delete that value but I don't know how to deny user permission like ...
0
votes
1answer
262 views

The permission of Facebook post is “Only me” using FBWebDialogs

I want to post text and link from iOS app to user timeline. I copy and paste FBWebDialogs example. Problem 1: The post appear in my timeline but the permission is "Only me", not friend or public. ...
0
votes
1answer
52 views

Storing GetUserMedia permissions across future page requests

Once a user has allowed for a getUserMedia request to access their camera/microphone, is it possible to programmatically "remember" that permission across future page loads?
0
votes
0answers
74 views

Hadoop user and group permission Settings

I am running Hadoop on Hortonworks 1.2.22 with user name root in centos. Can any one tell me what users and groups that i need to create in my machine so that it is accessible from remote machine. ...
2
votes
2answers
55 views

Should an object test if a user can edit it, or should a controller do a lookup? MVC4

My database looks like this: [Table] UserProfile UserName [Table] Category CategoryId (PK) UserName (link to UserProfile - this is the record owner) ProductID (FK to Product Table related ...
0
votes
0answers
17 views

Need admin access to my Facebook app

The developer who wrote my app initially is the only person who has admin rights to the app. Now it's being worked on by other developers and I cannot get him to grant me admin access. I've looked for ...
0
votes
0answers
34 views

Visual Studio Setup - install under admin

I have a windows application that is installed under avecto (admin rights) - it installs fine and runs fine when avecto is used to kick off the application. but when a non-avecto level user tries to ...
0
votes
1answer
55 views

Yammer Integeration with sharepoint using a WSP file

I am trying to Integerate the Yammer with Sharepoint using the guide http://success.yammer.com/integrations/sharepoint/ and I am using the Online method of Integeration using a WSP file. I uploaded ...
0
votes
1answer
31 views

Unable to retrieve events created by a page

I have tried with EVERYTHING, graph, FQL, access_token with all permissions granted, multi-queries... now I'm really tired! Someone can tell me HOW to retrieve all the events created by a page like ...
0
votes
0answers
21 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
1answer
28 views

How to ask pesmision from user to activate the background task?

I have developed an Windows 8 application that uses the background task to retrieve data and activate live tiles feature. It all works fine but I need to go to the application settings and manually ...
0
votes
1answer
28 views

Create a permission AND set a role to it on module install

I've been looking for about an hour, and either I can't find it, or no one's asked this--which I would find odd. I'd like my module, on install, to create a new role, create new permissions, and ...
1
vote
2answers
126 views

VB script to retreive Access Rights Reporting from Viusal SVN

While I'm working on SID conversion, I found the workable script with the VirsualSVN installed on the test machine, but the script was not working on the server. I saved file as test.vbs put on the ...
0
votes
0answers
54 views

Give permission to play music but not to copy the files

Under linux, I want to create a way through which a user can play some music files, but the files cannot be copied (by the same user). I know it sounds paradoxical, somehow, but I kinda have an idea ...
1
vote
1answer
124 views

PostgreSQL - DB user should only be allowed to call functions

Currently I'm using PostgreSQL for my application. Since I am trying to put every SQL that contains a transaction (i.e. insert, update, delete) in a function, I stumbled upon this problem: Is it ...
1
vote
1answer
54 views

Check for user = root within linux kernel?

I am writing linux kernel code. I am in VFS and I want to modify it. I want to add a check to see whether or not the user is root and based on that make a decision. How do I do this? Is there a kernel ...
0
votes
3answers
78 views

How can I retrieve the email address from a Google Account and store it in my app's user profile when my user logs in using gae-simpleauth?

I'm attempting to build a very simple user permissions system with webapp2's auth library. I'm using gae-simpleauth to log users in with their Google account. I'm hoping to compare the user's email ...
0
votes
2answers
141 views

Nginx/PHP-FPM exec another php script

This works, so exec function is not disabled. exec('ls'); This doesn't work even thought script.php has 777 chmod. exec('php script.php'); This doesn't work either. exec('php -v'); I tried to ...
1
vote
1answer
155 views

WCF ServiceHost restricted user netsh/httpcfg

I use a self hosted service within a WPF application for certain tasks. The service host is started at runtime and its base address is http://localhost:Whatever-port-is-free-at-runtime. This works ...
0
votes
2answers
160 views

Make Android “uses-permission” optinonal

I have these: <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> ...
2
votes
2answers
445 views

ASP.NET MVC Disable/Hide Controls Based on Business Rules

I need to either mark controls as read-only, disable them or hide them entirely depending on various business rules. Currently, I am passing an enum along for each property in my view model. I then ...
0
votes
1answer
114 views

How to create a facebook event on users behalf using javascript sdk

I'm trying to piece together information and different chunks of code scattered throughout the documentation on how to make this happen, since there aren't good examples. I know I have to first get ...
2
votes
2answers
797 views

T-SQL Script current user database permissions

Occasionally I have to restore DB's from our production SQL server to the test SQL instance. When the database has been restored, we manually restore the correct access permissions (e.g. DB owner/ ...
-3
votes
1answer
195 views

chmod: add another user/group to a file in linux, without changing the ownership [closed]

How can I use (sudo) chmod -R to add permissions to a directory and all its containing files/sub-folders for a different user and group, other than the owner of the file (myself), using as ...
5
votes
3answers
230 views

AngularJS - permission directive

I am trying to write directive that will evaluate user permissions. In case user is not permitted to see given content the content will not be displayed (done, working fine) requests from ...
0
votes
1answer
104 views

Field Permissions disabled on Profile Object Settings in Salesforce

I have a user profile in Salesforce which I'd like to be unable to edit some fields. Unfortunately in the Field Permissions section of the Profile Object Settings those fields appear as disabled ...
0
votes
1answer
604 views

Open secure Sharepoint file programmatically using c#

I need help opening am online Sharepoint file programmatically. These files need to be secured on Sharepoint (so that users can't wander into them), but I also need to access it somehow using my ...
0
votes
1answer
114 views

Ubuntu change default file/folder permission of specific user

How can i make any folders or files created by a certain user always be public(775) in Ubuntu.

1 2 3 4 5 6