forked from brl/citadel
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2a3c63e044 | |||
4f016177b9 |
@@ -387,7 +387,7 @@ LocalDirs: acng-doc /usr/share/doc/apt-cacher-ng
|
||||
# This restriction can be disabled by specifying a list of allowed ports or 0
|
||||
# for any port.
|
||||
#
|
||||
AllowUserPorts: 80 443
|
||||
# AllowUserPorts: 80
|
||||
|
||||
# Normally the HTTP redirection responses are forwarded to the original caller
|
||||
# (i.e. APT) which starts a new download attempt from the new URL. This
|
||||
|
@@ -1,12 +1,3 @@
|
||||
// For launching terminal from realmsd
|
||||
polkit.addRule(function(action, subject) {
|
||||
if ((action.id == "org.freedesktop.machine1.shell" ||
|
||||
action.id == "org.freedesktop.machine1.host-open-pty") &&
|
||||
subject.isInGroup("users")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
|
||||
polkit.addRule(function(action, subject) {
|
||||
if ((action.id == "org.freedesktop.NetworkManager.settings.modify.system" ||
|
||||
action.id == "org.freedesktop.machine1.shell" ||
|
||||
@@ -15,4 +6,3 @@ polkit.addRule(function(action, subject) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
|
||||
|
@@ -47,10 +47,6 @@ setup_var() {
|
||||
|
||||
# do_rootfs() will fail otherwise
|
||||
ln -sf ../usr/share/factory/var/lib ${IMAGE_ROOTFS}/var/lib
|
||||
|
||||
# Create the symbolic link inside the root filesystem before it's packaged
|
||||
install -d ${IMAGE_ROOTFS}/storage/citadel-state
|
||||
ln -sf /usr/share/zoneinfo/America/Montreal ${IMAGE_ROOTFS}/storage/citadel-state/localtime
|
||||
}
|
||||
|
||||
append_os_release() {
|
||||
|
@@ -14,7 +14,7 @@ require citadel-tools-crates.inc
|
||||
#
|
||||
# Update this when changes are pushed to github
|
||||
#
|
||||
SRCREV = "39ac0948ef4695f4f3de815d2920c372d00028b4"
|
||||
SRCREV = "729c197dcc3fc35d36267aa7bdbeb037a50ea74e"
|
||||
|
||||
# get git repo owner from citadel to find the correct citadel-tools repo path
|
||||
python () {
|
||||
|
Reference in New Issue
Block a user