bus: rename KDBUS_CMD_FNAME_POLICY_NONE -> KDBUS_CMD_FNAME_POLICY_OPEN

This commit is contained in:
Kay Sievers 2013-04-12 21:04:02 +02:00
parent e74d860ccb
commit 4e6db59202
3 changed files with 3 additions and 2 deletions

View file

@ -409,7 +409,7 @@ int bus_kernel_create(const char *name, char **s) {
fname = alloca(offsetof(struct kdbus_cmd_fname, name) + DECIMAL_STR_MAX(uid_t) + 1 + l + 1);
sprintf(fname->name, "%lu-%s", (unsigned long) getuid(), name);
fname->size = offsetof(struct kdbus_cmd_fname, name) + strlen(fname->name) + 1;
fname->kernel_flags = KDBUS_CMD_FNAME_ACCESS_WORLD | KDBUS_CMD_FNAME_POLICY_NONE;
fname->kernel_flags = KDBUS_CMD_FNAME_ACCESS_WORLD | KDBUS_CMD_FNAME_POLICY_OPEN;
fname->user_flags = 0;
p = strjoin("/dev/kdbus/", fname->name, "/bus", NULL);

View file

@ -201,7 +201,7 @@ enum {
enum {
KDBUS_CMD_FNAME_ACCESS_GROUP = 1,
KDBUS_CMD_FNAME_ACCESS_WORLD = 2,
KDBUS_CMD_FNAME_POLICY_NONE = 4,
KDBUS_CMD_FNAME_POLICY_OPEN = 4,
};
struct kdbus_cmd_hello {

1
units/.gitignore vendored
View file

@ -43,6 +43,7 @@
/systemd-random-seed-load.service
/systemd-random-seed-save.service
/systemd-initctl.service
/systemd-static-nodes.service
/getty@.service
/systemd-update-utmp-runlevel.service
/systemd-update-utmp-shutdown.service