Questions tagged [restrict]

Do not use! This tag has multiple meanings depending context. If you are looking for the restrict keyword in C-like languages use [restrict-qualifier] instead.

353 questions
-1
votes
1 answer

Restricting a user for FTP

How would I go about restricting a user to a specified folder such as /var/www/html/ I already have this location as their default landing location for FTP, but I need to restrict them specifically to this location, I don't want them to be able to…
Jamie Gaunt
  • 5
  • 2
  • 2
-1
votes
1 answer

Restrict Access To Some Commands

I'm trying to block a user from using some commands like rm , so I added these aliases : exemple : alias rm="printf 'not allowed'" alias alias="printf 'not allowed'" everything works fine and they are blocked via terminal, but if He executes a…
-1
votes
3 answers

How can I restrict access to a folder or a file to other users in htaccess?

I want to restrict access to some folders and files but only when a user tries to access to it through the url, not when the website access to these files. For example restrict the folders images, javascript,... I tried in different ways but I…
-1
votes
1 answer

How to limit usage of a tool to users within your company network?

We have a developer debugging tool to help manipulate security section of a database that our product depends on. This tool's purpose is to inject state into database to reduce time to create test scenarios. The database is not typical database that…
videoguy
  • 1,732
  • 2
  • 24
  • 49
-1
votes
2 answers

How to restrict my particular page and it can only access after submit action occurred

Please help me.. I have a contact form page and thank you page. I just want to restrict my thank you page and it can only access after submit action on contact form click. So how can I do that? Thank you! :) EX: If directly access the thankyou.php…
Ron Cortez
  • 11
  • 1
-1
votes
1 answer

ActiveMQ 5.10: Cannot restrict access to server from remote client

I install ActiveMQ 5.10 on MacOSX Yosemite. I can change the file jetty-realm.properties to restrict access to Web Console at localhost:8161. However, when I write Ruby code to connect to the ActiveMQ using Stomp like this: require 'stomp' client =…
Châu Hồng Lĩnh
  • 1,986
  • 1
  • 20
  • 23
-1
votes
1 answer

Internet Explorer restrict multiple tabs

I have seen a nice example on Microsoft website details about how we can identify and restrict multiple tabs in internet explorer for a web application. The author mentioned about air line ticket example. You bought a ticket in one tab and perform…
Raghav
  • 409
  • 1
  • 5
  • 4
-1
votes
1 answer

Restric access to users based on user level

in my database i have the table called users, where i have 5 fields (id, username, email, password, user_level) - for the user_level field i have 2 options administrator and editor. What i want to do is that when the user who is logged in have…
Rwi
  • 29
  • 6
-1
votes
1 answer

Display information page to only logged in and particular customer group

I found this following code on stackoverflow which gives access to information page to only logged in customer, and it is very useful. I want one enhancement to this. The information page should be only accessible by particular customer group. if…
Asif
  • 1
  • 3
-1
votes
1 answer

Linux VSFTPD : Jail a "Specific User" to its home?

I'm using both Redhat and CentOS. When i do followings: # vi /etc/vsftpd/vsftpd.conf chroot_local_user=YES # service vsftpd restart Then All Users are jailed in their homes. What i really wanna know is: HOW TO JAIL A SPECIFIC USER ONLY?
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
-1
votes
1 answer

flex textinput restrict percentage symbol in the end

I want to restrict my users in the textinput so that they can edit number's with percentage symbol in the end. Rightnow they are only restricted to enter numbers in decimals. How do I let them restrict to have percentage symbol? I am doing this…
-2
votes
3 answers

IOError: [Errno 13] Permission denied {Python}

I'm making a file injection program via FTP {User runs program, ftp downloads another program to a distant folder and runs that program} When I try to make a zip file in my system 32 fold python yells at me and says YOU CANT DO THAT! Is there a…
-2
votes
1 answer

Program to Restrict User Access

I have had this project in mind for a while but have had trouble on how to go about doing it. What I want to code is a security application that will temporarily restrict the access of the user to just one or two selected applications. Let's say…
-2
votes
1 answer

Download Vimeo blocked video

Maybe I will get downvoted for this, but I need to know. I want to download an educational video from VIMEO for personal use, but it says "download blocked by VIMEO". Is there any workaround, or this is definitive protected video I couldn't…
pap
  • 123
  • 1
  • 2
  • 14
-2
votes
1 answer

restricting users on nodejs telegram bot

I currently have a telegram bot giving my organisation users answers to FAQ questions but I need to restrict it so only certain people that have paid for the mentorship are able to use the product is there anyway I can ask people to enter a user…
AlShan
  • 1
  • 3
1 2 3
23
24