Questions tagged [lockdown]
30 questions
4
votes
1 answer
Is there any relationship between Secure Boot and Kernel Lockdown?
As far as I googled till now, the two features seem independent.
Secure Boot is dependent on Kernel Signature, so the bootloader will be checking (Kernel/Single Image Application) Signature if Valid will Call Kernel Start Function.
Lockdown is…

Vij
- 63
- 4
3
votes
0 answers
I am not able to block Standby mode on a supervised device on iOS 17 programmatically
I am wondering if there is an easy way either through lockdownservice or through an MDM profile to block standby mode.
Something like AllowStandbyMode: false
I need this flag to programmatically disable this on a few hundred device in parallel.
I…

kristof muhi
- 41
- 4
2
votes
1 answer
ARM lockdown register write operation crashes the device
I'm doing some experiments with a ARM Cortex A-8 device running Linux kernel.
I can access and read the value of the L2 cache lockdown register without any problems:
asm volatile ("mrc p15, 1, %0, c9, c0, 0" : "=r" (i));
When I try to write the…

Cinar
- 183
- 1
- 1
- 11
1
vote
0 answers
Windows 10 Mobile AssignedAccessXml: Disable "related settings" for blocked settings pages
I am experimenting with locking down a device running Windows 10 Mobile enterprise, using Microsoft EnterpriseAssignedAccess CSP, most specifically AssignedAccess.xml (aka lockdown.xml). I am facing an issue with being able to indirectly access the…

Laurent Martin
- 11
- 1
1
vote
0 answers
How to get IMEI for SIM locked iPhone programmatically by using libimobiledevice or any other solution?
I'm using libimobiledevice (C++, Windows, http://www.libimobiledevice.org/) and trying to get iPhone device info. I can obtain IMEI for iPhone (without SIM or with unlocked SIM) by using:
lockdownd_client_new_with_handshake
and…

Oleg T.
- 21
- 5
1
vote
0 answers
Launch IE with a switch from a COM object (PowerShell)
I need to do two things. One is to launch IE hidden until I've locked down certain elements such as hiding the address bar and the second is to launch it with the -noframemerging switch. This is help with delivering web related App-V packages in a…

Matt W
- 11
- 2
1
vote
1 answer
Android - Lockdown All Other Apps
I'm currently creating an app that requires you to specify an amount of time to lockdown into that app. Basically, it disables all other functions (notifications, home, back, long presses, etc) for the amount of time the user specified. I believe…

Pkmmte
- 2,822
- 1
- 31
- 41
0
votes
0 answers
Gnome dconf lockdown "show-hidden" not working
I am trying to lockdown the "show-hidden" Files in gnome nautilus with dconf.
The lockdown of the "picture-uri" and "picture-opacity" are working fine. As well as setting the "show-hidden" to false. But I can still change it later as a user.
My db…

xWanna
- 13
- 3
0
votes
1 answer
MediaWiki - restrict access to namespace
Within MediaWiki 1.31.8, I need to restrict access to pages in a namespace so only members of a group would be able to use/view it.
The wiki has over 500 pages that begin with "MARKETING:"
I have created a namespace by adding this to…

HeadTea
- 89
- 3
- 10
0
votes
1 answer
Locking the Android and disabling fingerprint
On some events, I'd like to lock the phone screen and require password (not fingerprint). That is, the fingerprint would be disabled just temporarily for one unlock. After the unlock, the user would be able to use fingerprint again. This is similar…

v6ak
- 1,636
- 2
- 12
- 27
0
votes
1 answer
Is there a way to save form input to class self in django?
I have a form class where I ask for a username and password. I created my own authenticate function. I simply want to pass the username and password input to the authenticate function. I've tried saving it as self.user/self.pw or passing it…

asor
- 1
- 1
0
votes
0 answers
Shared spreadsheet by link & unprotected range
Here is my problem. I am generating some sheets in a shared Spreadsheet document. It's shared by link. The idea is to lockdown everyone except the Owner of the spreadsheet. All ranges to be locked down has been locked by the following code…

MrAurelien
- 358
- 2
- 11
0
votes
2 answers
Django lockdown logout
Im trying to logout of my lockdown session. In the docs it says
LOCKDOWN_LOGOUT_KEY
A key which, if provided in the query string of a locked URL, will log out the user from the preview.
I'm not sure if I understand it rightly. I tried to implement…

Philipp Mayr
- 1
- 3
0
votes
0 answers
Mobile Device Lockdown (Android)
So, I'm creating my first custom android app and expect to deploy it internally on company-owned devices. There's offline data storage that happens in a SQLite database. I want to ensure that the users cannot remove my application and/or destroy…

Brenda
- 43
- 7
0
votes
1 answer
Ubuntu 14.04 + IOS 11.2.5 Unhandled Lockdown error (-3)
good morning,
i have an issue with my phone I want to plug in my phone so i can use it inside a virtualmachine (Mac os)but when I plug it while I'm still in my main system
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: …

khaled djellal
- 99
- 1
- 9