Tagged Questions
3
votes
3answers
111 views
Preventing a file edit by users on linux
I know this may sound strange, but I need to allow only scripts to write to a certain file.
The file is owned by root, and some users have sudo or root access. They sometimes edit the file by hand, ...
0
votes
1answer
88 views
IP bases access control list script
I would like to setup ACL (python script or any ready made Centos compatible scipt) & limit rate for all IP addresses, who are hitting the site very frequently. For example crawlers, bots (except ...
0
votes
1answer
46 views
Grant HTTP access based on unix user group
Is it possible to grant network access or HTTP access based on a user's group?
At my company we want to set up an internal composer server using Satis to manage packages for the projects we write ...
1
vote
6answers
101 views
Forbidding the download of a proprietary software, but allowing execution
I am running a server with proprietary software on it that my users can execute via SSH. However, I would like to disallow the download of that software (e.g. the directory containing the executables, ...
1
vote
1answer
346 views
Preventing phpMyAdmin access from a limited set of IP's
How can I limit the access to phpMyAdmin from only specific IP addresses ? I want phpMyAdmin, which is hosted on a data center to be accessible only from the IP range in my office. LAMP and phpMyAdmin ...
4
votes
6answers
468 views
Linux Log permissions
What is the best practice for allowing linux logs to be viewed by other users besides root?