blob: 30303dbabddc6972ee36d38d0c4ae0a20b534996 (
plain)
1
2
3
4
5
6
7
|
//go:build rosa
package main
// hsuConfPath is the pathname to the hsu configuration file, specific to
// Rosa OS. Its contents are interpreted by parseConfig.
const hsuConfPath = "/system/etc/hsurc"
|