CN111241553A - BIOS (basic input output System) permission setting method, device, equipment and storage medium - Google Patents

BIOS (basic input output System) permission setting method, device, equipment and storage medium Download PDF

Info

Publication number
CN111241553A
CN111241553A CN202010062156.8A CN202010062156A CN111241553A CN 111241553 A CN111241553 A CN 111241553A CN 202010062156 A CN202010062156 A CN 202010062156A CN 111241553 A CN111241553 A CN 111241553A
Authority
CN
China
Prior art keywords
bios
permission
authority
user
setting instruction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN202010062156.8A
Other languages
Chinese (zh)
Inventor
张玉学
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010062156.8A priority Critical patent/CN111241553A/en
Publication of CN111241553A publication Critical patent/CN111241553A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • G06F21/572Secure firmware programming, e.g. of basic input output system [BIOS]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Abstract

The invention discloses a method, a device, equipment and a storage medium for setting BIOS (basic input output System) permission, wherein the method comprises the following steps: acquiring an authority setting instruction; acquiring a target user authority in an authority set according to an authority setting instruction, wherein the authority set comprises more than one user authority; and acquiring target configuration information corresponding to the target user authority, and executing function parameter configuration on the BIOS based on the target configuration information. Because the method has the permission set comprising a plurality of user permissions and has corresponding configuration information aiming at different user permissions in the permission set, namely different configurations are executed on the BIOS based on different user permissions, the purpose of providing corresponding server personalized functions for different types of clients can be realized, and the flexibility of the interface function of the BIOS firmware is further ensured. In addition, the invention also provides a BIOS permission setting device, equipment and a storage medium, and the beneficial effects are the same as the above.

Description

BIOS (basic input output System) permission setting method, device, equipment and storage medium
Technical Field
The present invention relates to the field of BIOS, and in particular, to a method, an apparatus, a device, and a storage medium for setting BIOS permissions.
Background
The BIOS is an abbreviation of the english "Basic Input Output System", and the chinese name after translation is the "Basic Input Output System", which is a set of programs solidified on a ROM (Read-Only Memory) chip on a main board in a computer, and stores the most important Basic Input and Output programs of the computer, a self-test program after power-on, and a System self-starting program.
The traditional general BIOS firmware interface has two authorities of an administrator and a user, wherein the authority of the administrator is the highest authority, and the authority of the user is the authority meeting the basic application requirements of market-end clients, however, with the generation of the internet and big data, the types of the market-end clients are more and more abundant, and different types of clients have corresponding personalized function requirements on a server.
Therefore, the problem to be solved by the technical personnel in the field is to provide a method for setting the BIOS permission to achieve the purpose of providing corresponding server personalized functions for different types of clients and further ensure the flexibility of the interface function of the BIOS firmware.
Disclosure of Invention
The invention aims to provide a method, a device, equipment and a storage medium for setting BIOS (basic input output System) permission so as to achieve the purpose of providing corresponding server personalized functions for different types of clients and further ensure the flexibility of interface functions of BIOS firmware.
In order to solve the above technical problem, the present invention provides a BIOS permission setting method, including:
acquiring an authority setting instruction;
acquiring a target user authority in an authority set according to an authority setting instruction, wherein the authority set comprises more than one user authority, and each user authority has corresponding configuration information;
and acquiring target configuration information corresponding to the target user authority, and executing function parameter configuration on the BIOS based on the target configuration information.
Preferably, before acquiring the target user right in the right set according to the right setting instruction, the method further includes:
and acquiring a user type set, and generating corresponding configuration information for each user type in the user type set, wherein the configuration information records configuration parameters for a customized BIOS function code and a public BIOS function code.
Preferably, after the function parameter configuration is performed on the BIOS based on the target configuration information, the method further includes:
the server device is operated based on the configured BIOS.
Preferably, before acquiring the target user right in the right set according to the right setting instruction, the method further includes:
judging whether the permission setting instruction is a user permission setting instruction or not;
and if the permission setting instruction is a user permission setting instruction, executing the step of acquiring the permission of the target user in the permission set according to the permission setting instruction.
Preferably, after determining whether the permission setting instruction is a user permission setting instruction, the method further includes:
if the permission setting instruction is not the user permission setting instruction, judging whether the permission setting instruction is the administrator permission setting instruction or not;
and if the permission setting instruction is an administrator permission setting instruction, executing function parameter configuration corresponding to the administrator permission on the BIOS, and operating the server equipment based on the configured BIOS.
In addition, the present invention also provides a BIOS permission setting apparatus, including:
the instruction acquisition module is used for acquiring an authority setting instruction;
the authority acquisition module is used for acquiring the target user authority in an authority set according to the authority setting instruction, wherein the authority set comprises more than one user authority, and each user authority has corresponding configuration information;
and the authority configuration module is used for acquiring target configuration information corresponding to the authority of the target user and executing functional parameter configuration on the BIOS based on the target configuration information.
Preferably, the apparatus further comprises:
and the configuration information generation module is used for acquiring the user type set and generating corresponding configuration information for each user type in the user type set, wherein the configuration information records configuration parameters for the customized BIOS function code and the public BIOS function code.
Preferably, the apparatus further comprises:
and the server operation module is used for operating the server equipment based on the configured BIOS.
In addition, the present invention also provides a BIOS permission setting device, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of the BIOS permission setting method when executing the computer program.
In addition, the present invention further provides a computer readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the BIOS authority setting method as described above.
The method for setting the BIOS permission comprises the steps of firstly obtaining a permission setting instruction, further obtaining target user permission in a permission set according to the permission setting instruction, wherein the permission set comprises more than one user permission, corresponding configuration information exists in each user permission, further obtaining target configuration information corresponding to the target user permission after obtaining the target user permission, and further executing function parameter configuration on a BIOS based on the target configuration information, so that the setting of the BIOS permission is completed. Because the method has the permission set comprising a plurality of user permissions and has corresponding configuration information aiming at different user permissions in the permission set, namely different configurations are executed on the BIOS based on different user permissions, the purpose of providing corresponding server personalized functions for different types of clients can be realized, and the flexibility of the interface function of the BIOS firmware is further ensured. In addition, the invention also provides a BIOS permission setting device, equipment and a storage medium, and the beneficial effects are the same as the above.
Drawings
In order to illustrate the embodiments of the present invention more clearly, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained by those skilled in the art without inventive effort.
FIG. 1 is a flowchart of a BIOS permission setting method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a specific BIOS permission setting method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a BIOS permission setting apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without any creative work belong to the protection scope of the present invention.
The traditional general BIOS firmware interface has two authorities of an administrator and a user, wherein the authority of the administrator is the highest authority, and the authority of the user is the authority meeting the basic application requirements of market-end clients, however, with the generation of the internet and big data, the types of the market-end clients are more and more abundant, and different types of clients have corresponding personalized function requirements on a server.
Therefore, the core of the invention is to provide a method for setting the BIOS authority so as to achieve the purpose of providing corresponding server personalized functions for different types of clients and further ensure the flexibility of the interface function of the BIOS firmware. The other core of the invention is to provide a BIOS permission setting device, equipment and a storage medium.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Referring to fig. 1, an embodiment of the present invention discloses a BIOS permission setting method, which specifically includes:
step S10: and acquiring an authority setting instruction.
The execution subject of the present embodiment is a server device carrying a BIOS, i.e., BIOS firmware. The BIOS provides the bottom most, most direct hardware settings and control for the server device, and in addition, the BIOS provides some system parameters to the operating system, while applications in the server device use BIOS functions rather than direct control of the hardware.
The permission setting instruction obtained in this step refers to an instruction initiated by a user using the BIOS to control the BIOS to operate in a corresponding permission.
Step S11: and acquiring the target user permission in a permission set according to the permission setting instruction, wherein the permission set comprises more than one user permission, and each user permission has corresponding configuration information.
After the permission setting instruction is obtained, a target user permission is further obtained in the permission set according to the permission setting instruction, the key point of the step is that the permission set comprises more than one user permission, and each user permission has corresponding configuration information, namely, the configuration modes adopted by the BIOS under each user permission are different, and further, according to the actual requirements of the user on the BIOS, the corresponding target user permission is set in the BIOS, namely, a corresponding parameter configuration strategy is adopted for the BIOS, so that the BIOS has the function corresponding to the target user permission.
Step S12: and acquiring target configuration information corresponding to the target user authority, and executing function parameter configuration on the BIOS based on the target configuration information.
After the target user permission is obtained in the permission set according to the permission setting instruction, the step further obtains target configuration information corresponding to the target user permission, and executes function parameter configuration on the BIOS based on the target configuration information so as to restrict functions of the BIOS during operation and performance of the corresponding functions during operation, and the setting of the user permission in the BIOS is completed after the function parameter configuration is executed on the BIOS based on the target configuration information.
The method for setting the BIOS permission comprises the steps of firstly obtaining a permission setting instruction, further obtaining target user permission in a permission set according to the permission setting instruction, wherein the permission set comprises more than one user permission, corresponding configuration information exists in each user permission, further obtaining target configuration information corresponding to the target user permission after obtaining the target user permission, and further executing function parameter configuration on a BIOS based on the target configuration information, so that the setting of the BIOS permission is completed. Because the method has the permission set comprising a plurality of user permissions and has corresponding configuration information aiming at different user permissions in the permission set, namely different configurations are executed on the BIOS based on different user permissions, the purpose of providing corresponding server personalized functions for different types of clients can be realized, and the flexibility of the interface function of the BIOS firmware is further ensured.
On the basis of the foregoing embodiment, as a preferred implementation manner, after performing the function parameter configuration on the BIOS based on the target configuration information, the method further includes:
the server device is operated based on the configured BIOS.
It should be noted that, in the embodiment, after the BIOS is configured to execute the function parameters based on the target configuration information, the server device is further operated based on the configured BIOS, so as to enable the parameter configuration performed on the BIOS, and ensure that the server device has availability after the server device performs the BIOS permission setting.
Referring to fig. 2, an embodiment of the present invention discloses a BIOS permission setting method, which includes the following specific steps:
step S20: and acquiring an authority setting instruction.
Step S21: and acquiring a user type set, and generating corresponding configuration information for each user type in the user type set, wherein the configuration information records configuration parameters for a customized BIOS function code and a public BIOS function code.
In this step, the configuration information records configuration parameters for a customized BIOS function code and a common BIOS function code, where the customized BIOS function code refers to a function code written according to a specific requirement of a certain type or some types of users on the BIOS, the common BIOS function code refers to a function code written according to a common requirement of each type of users on the BIOS, and the configuration parameters for the customized BIOS function code and the common BIOS function code recorded in the configuration information are mainly used to set whether the BIOS runs the specific customized BIOS function code and/or the common BIOS function code, and set performance parameters that the customized BIOS function code and/or the common BIOS function code have when running, and the like.
It should be noted that the user type set obtained in this step includes a plurality of user types, each user type has different user requirements for the BIOS, and in this step, after the user type set is obtained, corresponding configuration information is further generated according to each user type in the user type set, that is, configuration information corresponding to the BIOS is generated according to the user requirements corresponding to different user types, so that after the BIOS is configured based on the configuration information, functions provided by the BIOS can meet the user requirements of the corresponding user types.
In addition, the execution sequence of this step is not unique, and may be executed in any step before the target user permission is acquired in the permission set according to the permission setting instruction, which is not specifically limited herein.
Step S22: and acquiring the target user permission in a permission set according to the permission setting instruction, wherein the permission set comprises more than one user permission, and each user permission has corresponding configuration information.
Step S23: and acquiring target configuration information corresponding to the target user authority, and executing function parameter configuration on the BIOS based on the target configuration information.
In the embodiment, the user type set recorded with various user types with different function requirements is obtained, and the corresponding configuration information is further generated according to the various user types, so that the user can adopt the corresponding configuration information to execute the function configuration corresponding to the corresponding authority on the BIOS according to the actual function requirement of the user, and the reliability of the setting of the BIOS authority is relatively ensured.
On the basis of the above series of embodiments, as a preferred implementation, before acquiring the target user right in the right set according to the right setting instruction, the method further includes:
judging whether the permission setting instruction is a user permission setting instruction or not;
and if the permission setting instruction is a user permission setting instruction, executing the step of acquiring the permission of the target user in the permission set according to the permission setting instruction.
It should be noted that, in this embodiment, it is considered that there may be a case where a user needs to set the BIOS right as the administrator right, in this case, a further determination needs to be made on the right setting instruction, that is, before acquiring the target user right in the right set according to the right setting instruction, it is first determined whether the right setting instruction is the user right setting instruction, and if the right setting instruction is the user right setting instruction, the step of acquiring the target user right in the right set according to the right setting instruction is further performed, so as to relatively ensure reliability of setting the BIOS right.
On the basis of the foregoing embodiment, as a preferred embodiment, after determining whether the authority setting instruction is a user authority setting instruction, the method further includes:
if the permission setting instruction is not the user permission setting instruction, judging whether the permission setting instruction is the administrator permission setting instruction or not;
and if the permission setting instruction is an administrator permission setting instruction, executing function parameter configuration corresponding to the administrator permission on the BIOS, and operating the server equipment based on the configured BIOS.
It should be noted that, in this embodiment, if after determining whether the permission setting instruction is the user permission setting instruction, it is determined that the permission setting instruction is not the user permission setting instruction, it is further determined whether the permission setting instruction is the administrator permission setting instruction, and then when the permission setting instruction is the administrator permission setting instruction, the BIOS is configured to execute the function parameter corresponding to the administrator permission, and the server device is operated based on the configured BIOS, so as to ensure that the server device operates in the administrator permission. When the permission setting instruction is not the user permission setting instruction, the method further judges whether the permission setting instruction is the administrator permission setting instruction, and further ensures the reliability of the BIOS permission setting in the server equipment when the permission setting instruction is the administrator permission setting instruction.
On the other hand, the present invention further provides a BIOS permission setting apparatus, please refer to fig. 3, which shows a schematic structural diagram of an embodiment of the BIOS permission setting apparatus, the apparatus includes:
an instruction obtaining module 10, configured to obtain an authority setting instruction;
the authority acquisition module 11 is configured to acquire a target user authority from an authority set according to an authority setting instruction, where the authority set includes more than one user authority, and each user authority has corresponding configuration information;
and the authority configuration module 12 is configured to obtain target configuration information corresponding to the authority of the target user, and perform function parameter configuration on the BIOS based on the target configuration information.
The device for setting the BIOS permission first acquires a permission setting instruction, then acquires the target user permission in a permission set according to the permission setting instruction, wherein the permission set comprises more than one user permission, each user permission has corresponding configuration information, and after the target user permission is acquired, further acquires target configuration information corresponding to the target user permission, and then executes functional parameter configuration on the BIOS based on the target configuration information, thereby completing the setting of the BIOS permission. Because the device has the permission set comprising a plurality of user permissions and has corresponding configuration information aiming at different user permissions in the permission set, namely different configurations are executed on the BIOS based on different user permissions, the purpose of providing corresponding server personalized functions for different types of clients can be realized, and the flexibility of the interface function of the BIOS firmware is further ensured.
On the basis of the above embodiment, as a preferred implementation, the apparatus further includes:
and the configuration information generation module is used for acquiring the user type set and generating corresponding configuration information for each user type in the user type set, wherein the configuration information records configuration parameters for the customized BIOS function code and the public BIOS function code.
On the basis of the above embodiment, as a preferred implementation, the apparatus further includes:
and the server operation module is used for operating the server equipment based on the configured BIOS.
On the other hand, the invention also provides a BIOS permission setting device, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of the BIOS permission setting method when executing the computer program.
The BIOS permission setting equipment provided by the invention firstly obtains a permission setting instruction, further obtains the target user permission in the permission set according to the permission setting instruction, the permission set comprises more than one user permission, each user permission has corresponding configuration information, further obtains the target configuration information corresponding to the target user permission after obtaining the target user permission, and further executes the function parameter configuration on the BIOS based on the target configuration information, thereby completing the setting of the BIOS permission. Because the device has the permission set comprising a plurality of user permissions and has corresponding configuration information aiming at different user permissions in the permission set, namely different configurations are executed on the BIOS based on different user permissions, the purpose of providing corresponding server personalized functions for different types of clients can be realized, and the flexibility of the interface function of the BIOS firmware is further ensured.
In addition, the present invention also provides a computer readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the BIOS authority setting method as described above.
The computer-readable storage medium provided by the invention firstly acquires the authority setting instruction, further acquires the target user authority in the authority set according to the authority setting instruction, wherein the authority set comprises more than one user authority, and each user authority has corresponding configuration information, further acquires the target configuration information corresponding to the target user authority after acquiring the target user authority, and further executes the function parameter configuration on the BIOS based on the target configuration information, thereby completing the setting of the BIOS authority. Because the computer readable storage medium has the permission set containing a plurality of user permissions and has corresponding configuration information aiming at different user permissions in the permission set, namely different configurations are executed on the BIOS based on different user permissions, the purpose of providing corresponding server personalized functions for different types of clients can be realized, and the flexibility of the interface function of the BIOS firmware is further ensured.
The method, the device, the equipment and the storage medium for setting the BIOS permission provided by the invention are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A BIOS permission setting method is characterized by comprising the following steps:
acquiring an authority setting instruction;
acquiring a target user authority in an authority set according to the authority setting instruction, wherein the authority set comprises more than one user authority, and each user authority has corresponding configuration information;
and acquiring target configuration information corresponding to the target user authority, and executing function parameter configuration on the BIOS based on the target configuration information.
2. The BIOS permission setting method of claim 1, wherein before the obtaining of the target user permission in the permission set according to the permission setting instruction, the method further comprises:
and acquiring a user type set, and generating corresponding configuration information for each user type in the user type set, wherein the configuration information records configuration parameters of a customized BIOS function code and a public BIOS function code.
3. The BIOS permission setting method of claim 1, wherein after the performing of the configuration of the functional parameters to the BIOS based on the target configuration information, the method further comprises:
and operating the server equipment based on the configured BIOS.
4. The BIOS permission setting method according to any one of claims 1 to 3, wherein before the acquiring of the target user permission in the permission set according to the permission setting instruction, the method further comprises:
judging whether the permission setting instruction is a user permission setting instruction or not;
and if the permission setting instruction is a user permission setting instruction, executing the step of acquiring the target user permission in the permission set according to the permission setting instruction.
5. The BIOS permission setting method of claim 4, wherein after the determining whether the permission setting instruction is a user permission setting instruction, the method further comprises:
if the permission setting instruction is not a user permission setting instruction, judging whether the permission setting instruction is an administrator permission setting instruction or not;
and if the permission setting instruction is an administrator permission setting instruction, executing function parameter configuration corresponding to administrator permission on the BIOS, and operating the server equipment based on the configured BIOS.
6. A BIOS permission setting apparatus, comprising:
the instruction acquisition module is used for acquiring an authority setting instruction;
the authority acquisition module is used for acquiring the target user authority in an authority set according to the authority setting instruction, wherein the authority set comprises more than one user authority, and each user authority has corresponding configuration information;
and the authority configuration module is used for acquiring target configuration information corresponding to the authority of the target user and executing functional parameter configuration on the BIOS based on the target configuration information.
7. The BIOS authority setting apparatus of claim 6, further comprising:
and the configuration information generation module is used for acquiring a user type set and generating corresponding configuration information for each user type in the user type set, wherein the configuration information records configuration parameters of a customized BIOS function code and a public BIOS function code.
8. The BIOS authority setting apparatus of claim 6, further comprising:
and the server operation module is used for operating the server equipment based on the configured BIOS.
9. A BIOS authority setting apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the BIOS rights setting method of any of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, implements the steps of the BIOS permission setting method of any one of claims 1 to 5.
CN202010062156.8A 2020-01-20 2020-01-20 BIOS (basic input output System) permission setting method, device, equipment and storage medium Withdrawn CN111241553A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010062156.8A CN111241553A (en) 2020-01-20 2020-01-20 BIOS (basic input output System) permission setting method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010062156.8A CN111241553A (en) 2020-01-20 2020-01-20 BIOS (basic input output System) permission setting method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111241553A true CN111241553A (en) 2020-06-05

Family

ID=70865587

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010062156.8A Withdrawn CN111241553A (en) 2020-01-20 2020-01-20 BIOS (basic input output System) permission setting method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111241553A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021159732A1 (en) * 2020-02-16 2021-08-19 苏州浪潮智能科技有限公司 Bios-based multi-user management method and system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021159732A1 (en) * 2020-02-16 2021-08-19 苏州浪潮智能科技有限公司 Bios-based multi-user management method and system
US11907728B2 (en) 2020-02-16 2024-02-20 Inspur Suzhou Intelligent Technology Co., Ltd. Bios-based multi-user management method and system

Similar Documents

Publication Publication Date Title
US10447814B2 (en) Joint servicing of software packages
US6108779A (en) Server and computer network that permit a client to be easily introduced into the computer network
US9612942B2 (en) Verification of a computer program in respect to an unexpected response to an access request
JP2006260558A (en) Method and system for preparing, storing, managing and consuming culture inherent data
JP2006260559A (en) Resource authoring with re-usability score and suggested reusable data
WO2007126701A1 (en) Isolated access to named resources
JP2006252552A (en) Authorizing implementing application localizing rule
CN112579202B (en) Method, device, equipment and storage medium for editing server program of Windows system
CN110955409A (en) Method and device for creating resources on cloud platform
CN110750415A (en) Interface service configuration method, device, medium and computer equipment
CN108156009B (en) Service calling method and device
US9430222B2 (en) Controlling a running application for live scene graph editing
CN111241553A (en) BIOS (basic input output System) permission setting method, device, equipment and storage medium
CN110795162A (en) Method and device for generating container mirror image file
CN109948332A (en) A kind of physical machine login password remapping method and device
US11907728B2 (en) Bios-based multi-user management method and system
CN106897063B (en) Method and system for permanently adding OS boot entry to BIOS based on EFI
CN112491940A (en) Request forwarding method and device of proxy server, storage medium and electronic equipment
US20190098045A1 (en) Browser injection prevention method, browser client and apparatus
CN113419814B (en) Virtual machine creating method, device, equipment and storage medium in cloud platform
CN116339908A (en) Virtual machine starting method, device, computer equipment and storage medium
CN112416245B (en) Storage volume management method based on multi-architecture container cloud platform and related components
CN114816551A (en) BIOS starting method and related components
CN115292250A (en) Metadata acquisition method, device, equipment and storage medium
CN115268950A (en) Mirror image file importing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20200605

WW01 Invention patent application withdrawn after publication