T
The nothing
I have two process, one run as user client, another run as user inspector
The web app admin ( process client ) port 8080 The web app customer ( process client ) port 8081
Single app process listing on multiple ports
The client process communicate with inspector process via Unix domain socket, the inspector is only who are allowed to call PolicyKit
Now I want to block area admin and just allowed one country to access via geoip (block port 8080 ipset)
Does matter this approach relation to security, can be do the same without port. Like block by session , url, etc ?
Login To add answer/comment
The web app admin ( process client ) port 8080 The web app customer ( process client ) port 8081
Single app process listing on multiple ports
The client process communicate with inspector process via Unix domain socket, the inspector is only who are allowed to call PolicyKit
Now I want to block area admin and just allowed one country to access via geoip (block port 8080 ipset)
Does matter this approach relation to security, can be do the same without port. Like block by session , url, etc ?
Login To add answer/comment