IP Library Granted Patent US 9,059,893
Granted Patent B2
US 9,059,893 · App. 14/044,474 · Granted Jun 16, 2015

System and method for providing private session-based access to a redirected USB device or local device

Inventor: Puneet Kaushik (Ghaziabad, IN)
Assignee: WYSE TECHNOLOGY L.L.C.
H04L41/00G06F3/0601H04L29/08846H04L63/105H04L67/2861
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 9,059,893
App. No.
14/044,474
Granted
Jun 16, 2015
Kind
B2
Abstract

Restricting access to a device from a server, where the device is remote to the server and is connected locally to a client that is remote to the server, is described. The operations may include facilitating interception, at the server, of a function call to create a symbolic link; facilitating determination that the intercepted function call to create the symbolic link corresponds to a device object associated with the device that is remote to the server and is connected locally to a client that is remote to the server; facilitating obtaining configuration data indicating whether access to the device is to be restricted; and facilitating creation of the symbolic link in a local namespace of an object manager namespace of the server, upon obtaining configuration data indicating that access to the device is to be restricted.

Claims (65)

1. A method for restricting access to a device from a server, the method comprising:

intercepting, at the server, a request to create a symbolic link;

determining that the intercepted request corresponds to a device object associated with a device remote to the server;

obtaining configuration data of the device; and

creating the symbolic link in an object manager namespace of the server based on the configuration data for the device.

2. The method of claim 1 , wherein creating the symbolic link in an object manager namespace of the server based on the configuration data for the device comprises:

creating the symbolic link in a local namespace of an object manager namespace of the server if the configuration data of the device indicates that access to the device is to be restricted; and

creating the symbolic link in a global namespace of an object manager namespace of the server if the configuration data of the device indicates that access to the device is not to be restricted.

3. The method of claim 2 , wherein creating the symbolic link in the local namespace of the object manager namespace of the server comprises creating the symbolic link in a local namespace associated with the client's user session on the server.

4. The method of claim 1 , wherein intercepting the request comprises:

modifying a system service description table (SSDT) of the server to redirect requests to create symbolic links to an intercept module; and

redirecting the request to create the symbolic link to the intercept module.

5. The method of claim 1 , wherein determining that the intercepted request corresponds to a device object associated with the device that is remote to the server comprises:

traversing a device stack associated with the device object to identify a lowest bus driver associated with the device object; and

determining, based on the identified bus driver, that the device associated with the device object is remote to the server and connected locally to a client that is remote to the server.

6. The method of claim 3 , further comprising providing secure session-based access to the device using the symbolic link created in the local namespace of the object manager namespace of the server.

7. The method of claim 1 , further comprising:

creating the symbolic link in a local namespace associated with a first user session if the configuration data of the device indicates that access to the device is to be restricted;

receiving, at the server, a request including the created symbolic link from a second user session;

determining whether the created symbolic link is in a local namespace associated with the second user session or in a global namespace; and

blocking the received request upon determining that the created symbolic link is not in the local namespace associated with the second user session and not in the global namespace.

8. A non-transitory machine-readable storage medium encoded with instructions executable by one or more processors to perform one or more operations, the one or more operations comprising:

intercepting, at the server, a request to create a symbolic link;

determining that the intercepted request corresponds to a device object associated with a device remote to the server;

obtaining configuration data of the device; and

creating the symbolic link in an object manager namespace of the server based on the configuration data for the device.

9. The machine-readable storage medium of claim 8 , wherein creating the symbolic link in an object manager namespace of the server based on the configuration data for the device comprises:

creating the symbolic link in a local namespace of an object manager namespace of the server if the configuration data of the device indicates that access to the device is to be restricted; and

creating the symbolic link in a global namespace of an object manager namespace of the server if the configuration data of the device indicates that access to the device is not to be restricted.

10. The machine-readable storage medium according to claim 9 , wherein creating the symbolic link in the local namespace of the object manager namespace of the server comprises creating the symbolic link in a local namespace associated with the client's user session on the server.

11. The machine-readable storage medium of claim 8 , wherein intercepting the request comprises:

modifying a system service description table (SSDT) of the server to redirect requests to create symbolic links to an intercept module; and

redirecting the request to create the symbolic link to the intercept module.

12. The machine-readable storage medium of claim 8 , wherein determining that the intercepted request corresponds to a device object associated with a device remote to the server comprises:

traversing a device stack associated with the device object to identify a lowest bus driver associated with the device object; and

determining, based on the identified bus driver, that the device associated with the device object is remote to the server and connected locally to a client that is remote to the server.

13. The machine-readable storage medium of claim 9 , wherein the one or more operations further comprise providing secure session-based access to the device using the symbolic link created in the local namespace of the object manager namespace of the server.

14. The machine-readable storage medium of claim 8 , wherein the one or more operations further comprise:

creating the symbolic link in a local namespace associated with a first user session if the configuration data of the device indicates that access to the device is to be restricted;

receiving, at the server, a request including the created symbolic link from a second user session;

determining whether the created symbolic link is in a local namespace associated with the second user session or in a global namespace; and

blocking the received request upon determining that the created symbolic link is not in the local namespace associated with the second user session and not in the global namespace.

15. A hardware apparatus, comprising:

a processor; and

a memory encoded with instructions executable by the processor to perform one or more operations comprising:

intercepting, at the server, a request to create a symbolic link;

determining that the intercepted request corresponds to a device object associated with a device remote to the server;

obtaining configuration data of the device; and

creating the symbolic link in an object manager namespace of the server based on the configuration data for the device.

16. The hardware apparatus of claim 15 , wherein creating the symbolic link in an object manager namespace of the server based on the configuration data for the device comprises:

creating the symbolic link in a local namespace of an object manager namespace of the server if the configuration data of the device indicates that access to the device is to be restricted; and

creating the symbolic link in a global namespace of an object manager namespace of the server if the configuration data of the device indicates that access to the device is not to be restricted.

17. The hardware apparatus of claim 16 , wherein creating the symbolic link in the local namespace of the object manager namespace of the server comprises creating the symbolic link in a local namespace associated with the client's user session on the server.

18. The hardware apparatus of claim 15 , wherein intercepting the request comprises:

modifying a system service description table (SSDT) of the server to redirect requests to create symbolic links to an intercept module; and

redirecting the request to create the symbolic link to the intercept module.

19. The hardware apparatus of claim 15 , wherein determining that the intercepted request corresponds to a device object associated with a device remote to the server comprises:

traversing a device stack associated with the device object to identify a lowest bus driver associated with the device object; and

determining, based on the identified bus driver, that the device associated with the device object is remote to the server and connected locally to a client that is remote to the server.

20. The hardware apparatus of claim 16 , wherein the one or more operations further comprise providing secure session-based access to the device using the symbolic link created in the local namespace of the object manager namespace of the server.

21. The hardware apparatus of claim 15 , wherein the one or more operations further comprise:

creating the symbolic link in a local namespace associated with a first user session if the configuration data of the device indicates that access to the device is to be restricted;

receiving, at the server, a request including the created symbolic link from a second user session;

determining whether the created symbolic link is in a local namespace associated with the second user session or in a global namespace; and

blocking the received request upon determining that the created symbolic link is not in the local namespace associated with the second user session and not in the global namespace.

Assignments (17)
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC IP HOLDING COMPANY LLC
Reel/Frame 071642/0001 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001) Recorded May 20, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.); DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL USA L.P.; DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC); EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.); SCALEIO LLC
Reel/Frame 061753/0001 →
MERGER Recorded May 13, 2022
From: WYSE TECHNOLOGY L.L.C.
To: DELL MARKETING CORPORATION
Reel/Frame 060064/0586 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001) Recorded Apr 26, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.); DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL USA L.P.; DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC); EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.); SCALEIO LLC
Reel/Frame 061324/0001 →
RELEASE OF SECURITY INTEREST Recorded Nov 3, 2021
From: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
To: ASAP SOFTWARE EXPRESS, INC.; AVENTAIL LLC; CREDANT TECHNOLOGIES, INC.; DELL USA L.P.; DELL INTERNATIONAL, L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; DELL SYSTEMS CORPORATION; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; FORCE10 NETWORKS, INC.; MAGINATICS LLC; MOZY, INC.; SCALEIO LLC; WYSE TECHNOLOGY L.L.C.
Reel/Frame 058216/0001 →
SECURITY AGREEMENT Recorded Apr 22, 2020
From: CREDANT TECHNOLOGIES INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 053546/0001 →
SECURITY AGREEMENT Recorded Mar 21, 2019
From: CREDANT TECHNOLOGIES, INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 049452/0223 →
SECURITY AGREEMENT Recorded Sep 21, 2016
From: ASAP SOFTWARE EXPRESS, INC.; AVENTAIL LLC; CREDANT TECHNOLOGIES, INC.; DELL USA L.P.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; DELL SYSTEMS CORPORATION; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; FORCE10 NETWORKS, INC.; MAGINATICS LLC; MOZY, INC.; SCALEIO LLC; SPANNING CLOUD APPS LLC; WYSE TECHNOLOGY L.L.C.
To: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT
Reel/Frame 040134/0001 →
SECURITY AGREEMENT Recorded Sep 21, 2016
From: ASAP SOFTWARE EXPRESS, INC.; AVENTAIL LLC; CREDANT TECHNOLOGIES, INC.; DELL USA L.P.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; DELL SYSTEMS CORPORATION; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; FORCE10 NETWORKS, INC.; MAGINATICS LLC; MOZY, INC.; SCALEIO LLC; SPANNING CLOUD APPS LLC; WYSE TECHNOLOGY L.L.C.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
Reel/Frame 040136/0001 →
RELEASE OF SECURITY INTEREST Recorded Sep 14, 2016
From: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
To: DELL MARKETING L.P.; ASAP SOFTWARE EXPRESS, INC.; APPASSURE SOFTWARE, INC.; COMPELLENT TECHNOLOGIES, INC.; CREDANT TECHNOLOGIES, INC.; DELL INC.; DELL PRODUCTS L.P.; DELL USA L.P.; DELL SOFTWARE INC.; FORCE10 NETWORKS, INC.; PEROT SYSTEMS CORPORATION; SECUREWORKS, INC.; WYSE TECHNOLOGY L.L.C.
Reel/Frame 040065/0618 →
RELEASE OF SECURITY INTEREST Recorded Sep 14, 2016
From: BANK OF AMERICA, N.A., AS COLLATERAL AGENT
To: DELL MARKETING L.P.; ASAP SOFTWARE EXPRESS, INC.; APPASSURE SOFTWARE, INC.; COMPELLENT TECHNOLOGIES, INC.; CREDANT TECHNOLOGIES, INC.; DELL INC.; DELL PRODUCTS L.P.; DELL USA L.P.; DELL SOFTWARE INC.; FORCE10 NETWORKS, INC.; PEROT SYSTEMS CORPORATION; SECUREWORKS, INC.; WYSE TECHNOLOGY L.L.C.
Reel/Frame 040040/0001 →
RELEASE OF SECURITY INTEREST Recorded Sep 13, 2016
From: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT
To: DELL MARKETING L.P.; ASAP SOFTWARE EXPRESS, INC.; APPASSURE SOFTWARE, INC.; COMPELLANT TECHNOLOGIES, INC.; CREDANT TECHNOLOGIES, INC.; DELL INC.; DELL PRODUCTS L.P.; DELL USA L.P.; DELL SOFTWARE INC.; FORCE10 NETWORKS, INC.; PEROT SYSTEMS CORPORATION; SECUREWORKS, INC.; WYSE TECHNOLOGY L.L.C.
Reel/Frame 040065/0216 →
CHANGE OF NAME Recorded May 11, 2015
From: WYSE TECHNOLOGY INC.
To: WYSE TECHNOLOGY L.L.C.
Reel/Frame 035634/0579 →
PATENT SECURITY AGREEMENT (TERM LOAN) Recorded Jan 2, 2014
From: DELL INC.; APPASSURE SOFTWARE, INC.; ASAP SOFTWARE EXPRESS, INC.; BOOMI, INC.; COMPELLENT TECHNOLOGIES, INC.; CREDANT TECHNOLOGIES, INC.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; DELL USA L.P.; FORCE10 NETWORKS, INC.; GALE TECHNOLOGIES, INC.; PEROT SYSTEMS CORPORATION; SECUREWORKS, INC.; WYSE TECHNOLOGY L.L.C.
To: BANK OF AMERICA, N.A., AS COLLATERAL AGENT
Reel/Frame 031899/0261 →
PATENT SECURITY AGREEMENT (ABL) Recorded Jan 2, 2014
From: DELL INC.; APPASSURE SOFTWARE, INC.; ASAP SOFTWARE EXPRESS, INC.; BOOMI, INC.; COMPELLENT TECHNOLOGIES, INC.; CREDANT TECHNOLOGIES, INC.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; DELL USA L.P.; FORCE10 NETWORKS, INC.; GALE TECHNOLOGIES, INC.; PEROT SYSTEMS CORPORATION; SECUREWORKS, INC.; WYSE TECHNOLOGY L.L.C.
To: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT
Reel/Frame 031898/0001 →
PATENT SECURITY AGREEMENT (NOTES) Recorded Jan 2, 2014
From: APPASSURE SOFTWARE, INC.; ASAP SOFTWARE EXPRESS, INC.; BOOMI, INC.; COMPELLENT TECHNOLOGIES, INC.; CREDANT TECHNOLOGIES, INC.; DELL INC.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; DELL USA L.P.; FORCE10 NETWORKS, INC.; GALE TECHNOLOGIES, INC.; PEROT SYSTEMS CORPORATION; SECUREWORKS, INC.; WYSE TECHNOLOGY L.L.C.
To: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS FIRST LIEN COLLATERAL AGENT
Reel/Frame 031897/0348 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 2, 2013
From: KAUSHIK, PUNEET
To: WYSE TECHNOLOGY INC.
Reel/Frame 031331/0366 →
Continuity (2)
Continuation 13287982 · Nov 2, 2011
Related Publication 20140040470A1 · Feb 6, 2014