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
-2
votes
1 answer

Running a bash script from another bash script with different permissions

I have a bash script archive.sh which belongs to User1 and has the permissions as 755. Also there are two other scripts archive1.sh and archive2.sh in the same directory, belonging to the same user (User1) but with permissions 744. The scripts…
user1004985
  • 2,573
  • 4
  • 19
  • 16
-3
votes
1 answer

It is possible to print but not download images?

I have been investigating for days if it is possible to allow a user to print an image on any printer that they have connected but not allow them to save the image on their computer, that is, disable the possibility of saving as pdf of the…
-3
votes
1 answer

Can i restrict my service from running as root?

I am running my service as a user (given the correct permissions and added to appropriate groups), but if I want, I can also run it as root. How can I disable this system-wide and not for a single application?
Fisnik Hajredini
  • 73
  • 1
  • 1
  • 5
-3
votes
1 answer

How to login to remote host when home directory is 777ed

I did ssh into a remote Ubuntu host (Amazon EC2 instance), then set 777 permission for /home/user. After sometime the connection got closed. Now when I try to do ssh, I get error message Permission denied (publickey). How can I login again?
-3
votes
1 answer

Manage permissions in a Symfony application

I'm looking for a solution for managing the permissions in an application. Let's say I have a website in which you can post comments or edit them. For example I want my users to be able to: USER1: post a comment and edit USER2: only post a…
-3
votes
3 answers

Total Import permission denied

When I try to access my import tool for products Tools->Total Import Pro a message appears: You do not have permission to access this page, please refer to your system administrator I tried to go to system->users->users…
-3
votes
1 answer

GPS provider Security exception

What is the correct way to fix if checking the status of GPS provider throws SecurityException by request permissions in manifest file
-3
votes
1 answer

Accessing http://developers.facebook.com/apps always redirects to my "Company" Page

Every time I try to access http://developers.facebook.com/apps, I'm redirected to my Company page. I'm trying to set up an application that I can use on my site, but this makes it very difficult.
Glen Solsberry
  • 11,960
  • 15
  • 69
  • 94
1 2 3
77
78