Skip to content
Snippets Groups Projects
Commit 1b3559d3 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

init

parents
No related branches found
No related tags found
No related merge requests found
# Intune for Archlinux
There are two levels of Intune Setup.
After installing level-1, you can access everything with certificate copied from a level-2 machine.
After installing level-2, you can actually enroll the machine.
## Install Level-1
1. Install
## Install Level-2 and enroll
> Installing level-2 components will make your machine managed. You must satisfy password requirements, and disk-encryption requirements.
TBD
<!--
1. install intune-portal and its dependencies (pwquality)
2. copy /etc/os-release from ubuntu 2004 to archlinux
3. make sure you followed procedure of official doc
-->
## Move certificates from Level-2 machine to Level-1 machine
Copy the following files from enrolled Level-2 machine to unenrolled Level-1 machine:
```
/var/lib/msft-identity-device-broker/1000.db
/etc/machine-id
/etc/os-release # Note: this is a symbol-link in ubuntu
/home/YourName/.config/msft-identity-broker/account-data.db
/home/YourName/.config/msft-identity-broker/broker-data.db
/home/YourName/.config/msft-identity-broker/cookies.db
/home/YourName/.local/share/keyrings/login.keyring
```
Reboot, and your level-1 machine can access CORPNET resources!
# Maintainer: Recolic K <root@recolic.net>
pkgname=libsdbus-c++0
pkgver=0.8.3
pkgrel=4
pkgdesc="High-level C++ D-Bus library for Linux in modern C++ (library)."
url="https://github.com/Kistler-Group/sdbus-cpp"
license=("GPL2")
arch=("x86_64")
depends=("glibc>=2.14" "gcc-libs>=3.0" "systemd-libs>=243")
makedepends=()
conflicts=("sdbus-cpp")
replaces=("sdbus-cpp")
backup=()
# https://packages.debian.org/bullseye/amd64/libsdbus-c++0/download
source=("source.deb::http://http.us.debian.org/debian/pool/main/s/sdbus-cpp/libsdbus-c++0_0.8.3-4_amd64.deb")
validpgpkeys=("6861D89984E7887F0FFE6E08C344D5EAE3933636")
sha256sums=("3c534db269fdf6b3f52b48c0f10ca2065c41473e5de11717368f9d39cc734e89")
package() {
ar x source.deb
tar xvJf data.tar.xz
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment