aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/poky-ivi-systemd.conf2
-rw-r--r--files/yocto-ivi-perms.txt67
2 files changed, 0 insertions, 69 deletions
diff --git a/conf/distro/poky-ivi-systemd.conf b/conf/distro/poky-ivi-systemd.conf
index b022d6b..f28eb6e 100644
--- a/conf/distro/poky-ivi-systemd.conf
+++ b/conf/distro/poky-ivi-systemd.conf
@@ -5,8 +5,6 @@ DISTRO_VERSION = "E-0.2+snapshot-${DATE}"
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = ""
-FILESYSTEM_PERMS_TABLES = "files/yocto-ivi-perms.txt"
-
include conf/distro/include/default-providers-ivi.inc
DISTRO_FEATURES += " bluetooth systemd "
diff --git a/files/yocto-ivi-perms.txt b/files/yocto-ivi-perms.txt
deleted file mode 100644
index 68ffdfd..0000000
--- a/files/yocto-ivi-perms.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-# This file contains a list of files and directories with known permissions.
-# It is used by the packaging class to ensure that the permissions, owners and
-# group of listed files and directories are in sync across the system.
-#
-# The format of this file
-#
-#<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid>
-#
-# or
-#
-#<path> link <target>
-#
-# <path>: directory path
-# <mode>: mode for directory
-# <uid>: uid for directory
-# <gid>: gid for directory
-# <walk>: recursively walk the directory? true or false
-# <fmode>: if walking, new mode for files
-# <fuid>: if walking, new uid for files
-# <fgid>: if walking, new gid for files
-# <target>: turn the directory into a symlink point to target
-#
-# in mode, uid or gid, a "-" means don't change any existing values
-#
-# /usr/src 0755 root root false - - -
-# /usr/share/man 0755 root root true 0644 root root
-
-# Note: all standard config directories are automatically assigned "0755 root root false - - -"
-
-# Documentation should always be corrected
-${mandir} 0755 root root true 0644 root root
-${infodir} 0755 root root true 0644 root root
-${docdir} 0755 root root true 0644 root root
-${datadir}/gtk-doc 0755 root root true 0644 root root
-
-# Fixup locales
-${datadir}/locale 0755 root root true 0644 root root
-
-# Cleanup headers
-${includedir} 0755 root root true 0644 root root
-${oldincludedir} 0755 root root true 0644 root root
-
-# Cleanup debug src
-/usr/src/debug 0755 root root true 0644 root root
-
-# Items from base-files
-# Links
-${localstatedir}/cache link ../run/cache
-${localstatedir}/run link ../run
-${localstatedir}/log link ../run/log
-${localstatedir}/lock link ../run/lock
-${localstatedir}/tmp link ../tmp
-
-# Special permissions from base-files
-# Set 1777
-/tmp 01777 root root false - - -
-
-# Set 2775
-/home 02755 root root false - - -
-${prefix}/src 02755 root root false - - -
-${localstatedir}/local 02755 root root false - - -
-
-# Set 3755
-/srv 0755 root root false - - -
-
-# Set 4775
-/var/mail 02755 root root false - - -